Monday, 13 May 2013

Hi friends

I saw many of peoples having linux VPS and they want to install SAMP server on it but they don't know how to install it, So i am making this tutorial.It is not long and quite easy just follow the steps.

Step 1:Once you buy linux VPS you will be provided with ip for your SSH connection you need that and you can change its pass from your VPS control panel
You need to login with SSH. The good one is Putty it is best and i recommend that you can get it from here
Then enter your ip in Hostname and then click on OPEN


Step 2:
The username is Root if you dint changed it and enter your pass You cant see your pass while typing
Then follow this
You need to download linux based file you can get the version you like from here
I want to make 0.3x so here i go
Type "wget" space and right click and press enter
wget http://files.sa-mp.com/samp03xsvr_R1-2.tar.gz
 Then to extract file use
"tar zxf" space and type some letters like "samp" and press tab and then finally enter
tar zxf samp03xsvr_R2.tar.gz

then use
cd samp03
then use
 nano server.cfg 
Change the pass(it is needed) and change any other thing if you needed and press Ctrl+X and press Y and enter

then use
nohup ./samp03svr &

and done You can see your server running

Hope you like it :)