In order for the WoW server to run, the authserver and worldserver executable programs must be kept running.
1. To connect to your server (via Putty), click me if you don't know how to.
2) Once inside, run the command first to clear any existing screen sessions:
killall -9 worldserver; killall -9 authserver; killall -9 screen; screen -wipe;
3. Navigate to your core's executables location by typing this default path "cd /home/root/server/bin" without double quotes then press enter. (then follow the instructions on Authserver and Worldserver below).
Authserver
4) To start the authserver, run the following:screen -S authserver;
./authserver;
(then press Ctrl A and D to detach from the screen session)
Worldserver
5) To start the worldserver, run the following:screen -S worldserver;
./worldserver;
(then press Ctrl A and D to detach from the screen session)
Screen
To detach from your screen session after running world server or authserver, simply press "Ctrl A then D"