( search forums )
Linux Server Question
Soldat Forums - Server Talk - Server Help
shoover
May 29, 2006, 7:24 pm
I want to make changes or see what my server is doing. So i know that linux soldatserver is running in the background not visibile. Is there a way i can pull it up on my screen.

mar77a
May 29, 2006, 10:03 pm
If you are running it as a job, use fg and bg. If not, you can connect through any app that supports TCP/IP, like netcat or telnet.

FliesLikeABrick
May 30, 2006, 12:10 am
what is it that you want to do? in order to background it and access it later, you need to use screen to run it (as opposed to nohup).

If you want to make changes to the server's configuration you can:
1) stop the server, edit soldat.ini, and start it again

--OR--
2) connect to the server with an admin client and change the settings while the server is running

You cannot change any settings at the actual server "screen"

KeFear
May 30, 2006, 7:22 am
Changes to soldat.ini takes effect only if you restart your server.

Anyway, use screen to run soldatserver, so you can de- and reatach when you wish.