Posts: 6
Threads: 1
Joined: Jun 2010
Reputation:
0
It just creates a new line for input. Says nothing, logs nothing. I've restarted the dedi, reuploaded the server files. Can't seem to figure this out.
Posts: 895
Threads: 106
Joined: Feb 2012
Reputation:
0
Explain, if you wanna run your VPS, maybe try: nohup ./samp03svr &
or first cd to your samp folder
Posts: 2,799
Threads: 95
Joined: Jun 2006
Reputation:
0
If you are using screen or nohup to launch server, it doesnt behave the same way as the windows server console. While server is running, change directories to your SAMP server dir and do
"tail -f server_log.txt"
Play on server, you should see server_log.txt updating as usual.
If you ARE using screen, Make sure you hit ctrl-a and then the 'd' key to disconnect from the screen. Simply closing the SSH window will stop your server.
Posts: 987
Threads: 21
Joined: Nov 2012
Reputation:
0
when you do ./samp-server at centos 6
It is just going to show "server started at port...".
Posts: 6
Threads: 1
Joined: Jun 2010
Reputation:
0
I don't want to run the server in the background. I want to be able to CTRL+C end the server in order to restart it. I use a GUI so I can do that and not have to worry about closing my SSH. I had it running earlier but it just wont work now. I CD to my samp03 directory and do
./samp03svr
All ports are automatically opened on the server, I'm not new to running game servers, I have a few others. Anyway, I don't understand at all what the problem is.
Posts: 2,799
Threads: 95
Joined: Jun 2006
Reputation:
0
Is the server running? Can you join it and play it?