[Tutorial] Installing, Setting up and running SA:MP on a linux VPS - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Tutorials (
https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] Installing, Setting up and running SA:MP on a linux VPS (
/showthread.php?tid=492867)
Installing, Setting up and running SA:MP on a linux VPS -
Mattakil - 05.02.2014
https://www.youtube.com/watch?v=tNFJQoYaBxM
Obviously, your os will vary what exactly you have to do, and I apologize for forgetting the one setting.
The commands I use are:
Код:
apt-get install vsftpd
Код:
apt-get install nano
Код:
nano /etc/vsftpd.conf
Код:
service vsftpd restart
Код:
chmod 755 /home/myusername
after all files are in:
Код:
chmod 755 -R /home/myusername
and finally,
I strongly recommend setting up the ftp, and setting the setting "chroot local user" to true, then log in as your user that you created, do NOT use root. Any questions about samp on linux, lemme know, i'll try to help you
Re: Installing, Setting up and running SA:MP on a linux VPS -
Dignity - 05.02.2014
nice!
Re: Installing, Setting up and running SA:MP on a linux VPS -
iZN - 06.02.2014
Better:
https://sampwiki.blast.hk/wiki/Linux_Server ? (That page is updated)
Re: Installing, Setting up and running SA:MP on a linux VPS -
Kyle - 06.02.2014
Quote:
Originally Posted by iZN
|
Method 1 is broken on Centos.
Kiro had to fix it to work on mine.
Re: Installing, Setting up and running SA:MP on a linux VPS -
iZN - 06.02.2014
Quote:
Originally Posted by KyleSmith
Method 1 is broken on Centos. Kiro had to fix it to work on mine.
|
Don't know about it, it works fine here, Debian. Which version of CentOS you have/had?
Re: Installing, Setting up and running SA:MP on a linux VPS -
Kyle - 06.02.2014
Quote:
Originally Posted by iZN
Don't know about it, it works fine here, Debian. Which version of CentOS you have/had?
|
6.4 - 4char.
Re: Installing, Setting up and running SA:MP on a linux VPS -
Mattakil - 07.02.2014
People prefer to watch videos than read, so i allowed that :P
Re: Installing, Setting up and running SA:MP on a linux VPS -
Golimad - 07.02.2014
Please check my problem :
https://sampforum.blast.hk/showthread.php?tid=493232