VPS Issue - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: VPS Issue (
/showthread.php?tid=654039)
VPS Issue -
BabyBauer - 19.05.2018
Hey, so I am trying to start a server on my VPS. I followed some guides but it never works.. The server installed properly as far as I know.
Re: VPS Issue -
RoboN1X - 19.05.2018
Does it work when you run it without nohup?
Or try it with full absolute path
What Linux VPS you are having anyway?
Re: VPS Issue -
BabyBauer - 19.05.2018
Quote:
Originally Posted by RoboN1X
Does it work when you run it without nohup?
Or try it with full absolute path
What Linux VPS you are having anyway?
|
Did without nohup and absolute path.
I am using Ubuntu 16.04
Re: VPS Issue -
RoboN1X - 19.05.2018
Try to re-download and extract the server files again, and make sure the samp03svr is executable with chown +x
Show your server directory listing if still not works...
If the server appear but not even going online (like it's crashed/closed), it should generate server_log.txt or crashinfo.txt file already atleast, check those file to see whats wrong...
Usually when i just install a new server, i often forgot to change the rcon_password in server.cfg, Other rare case is the download was corrupt.
Re: VPS Issue -
kovac - 19.05.2018
First you need to enter the directory of your server
example:
then
Code:
nohup ./samp03svr &
Re: VPS Issue -
BabyBauer - 19.05.2018
Tried both solutions. Didnt work.
Re: VPS Issue -
kovac - 19.05.2018
Code:
chmod +x samp-npc samp03svr announce
Re: VPS Issue -
BabyBauer - 19.05.2018
Quote:
Originally Posted by kovac
Code:
chmod +x samp-npc samp03svr announce
|
Re: VPS Issue -
kovac - 19.05.2018
You need to install the 32 bit libraries
Code:
apt-get install lib32stdc++6
Re: VPS Issue -
BabyBauer - 19.05.2018
Quote:
Originally Posted by kovac
You need to install the 32 bit libraries
Code:
apt-get install lib32stdc++6
|
Did that. It boots up properly however when I connect it says
Code:
[13:07:43] {FFFFFF}SA-MP {B9C9BF}0.3.DL-R1 {FFFFFF}Started
[13:07:46] Connecting to SERVER IP HERE..
[13:07:53] The server didn't respond. Retrying..
Re: VPS Issue -
kovac - 19.05.2018
It can happen if your client and server have different versions.
Re: VPS Issue -
BabyBauer - 19.05.2018
Works perfectly now. Thanks!
Re: VPS Issue -
webnagroup - 14.06.2018
how did you solve your problem?