Today I am gona show you how to make your own SAMP server on linux so lets start:
First you need to open your Virtual Private Server and then go to the SA-MP download page and find the URL for the SA-MP 0.3z Linux Server (x86) after that use "wget" command by the URL to download the SA-MP Server to your server after then move your directory.
After all Open up your VPS FTP and goto /root/samp03 and edit server.cfg..In server.cfg you need to change your Rcon Password and Server Name and Port (If Necessery) and then save it..
First you need to open your Virtual Private Server and then go to the SA-MP download page and find the URL for the SA-MP 0.3z Linux Server (x86) after that use "wget" command by the URL to download the SA-MP Server to your server after then move your directory.
wget http://files.sa-mp.com/samp03xsvr_R2.tar.gz
tar -zxf samp03*.tar.gz
cd /root/samp03
After all Open up your VPS FTP and goto /root/samp03 and edit server.cfg..In server.cfg you need to change your Rcon Password and Server Name and Port (If Necessery) and then save it..
Now its time to Start your SAMP Server,use the following Command to Start your Server:
nohup ./samp03svr &
Post a Comment