05.02.2014, 21:41
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:
after all files are in:
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
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 update
Код:
apt-get install vsftpd
Код:
apt-get install nano
Код:
nano /etc/vsftpd.conf
Код:
service vsftpd restart
Код:
adduser myusername
Код:
chmod 755 /home/myusername
Код:
chmod 755 -R /home/myusername
Код:
cd /home/myusername
Код:
nohup ./samp03svr &
Код:
killall samp03svr