Knowledgebase

How to start / stop / restart your core via ssh command line

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"

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to edit worldserver.conf and authserver.conf

Hi,If you don't know how to edit your worldserver.conf and authserver.conf, do check the guide...

How to use putty to connect to your server

1. Start PuTTY by double-clicking its icon2. When a PuTTY...

How to access database using SQL browsers / editor

You should be able to connect by using the format below.

24/7 Customer Service

Need Professional Advice? Reach Us
Email
Technical Support
Call
Assistance
Live Chat
Quick Assistance

Copyright © 2024 HostBarrel. All Rights Reserved. Privacy Policy | Terms of Service | SLA Agreement