WOP Server
The WOP Server is currently install on server.teamipx.net
you will need a ssh account and a copy of putty to connect.
you will also need to have sudo access to lunch the server
once you have connect to the VPS
cd to this root directory
/usr/local/games
the WOP server is in the wop directory
to start the WOP server
you must be in the /usr/local/games/wop/
sudo screen -d -m -S “wop” ./wopded.i386 +set com_hunkMegs 512 +set com_zoneMegs 512 +set vm_game 0 +set net_ip 103.4.17.13 +set dedicated 2 +exec server.cfg
this will lunch the server in its own console and then detach from it.
it takes about 2 mins for the server to start up.
to attach to the console where the server is running
run this command from the prompt$ sudo screen -r
when you are attached to the console of the running server press “ctrl” then “c” to shutdown the server
The screen command
lets you run a server in a detached console, which runs when you logoff the server.
Screen Detach Method 1: Detach the screen using CTRL+A d
When the command is executing, press CTRL+A followed by d to detach the screen.
Comments
Post new comment