Right way to start the emulator

spellborn

New member
Messages
1
Points
0
Hello!
Just a simple question 
default_smile.png
  What is the right way to start the server?

Run $ ./athena-start? How I can restore session and see server logs after reopening SSH connection? And with this method all servers(login,char,map) working at one screen, not separable screens and it is hard to read server logs in realtime.

I found solution to start each server inside his own $ screen -S %servername%.
Then detach screens after closing connection, and restrore screens after reconnect.

It is good way to start emulator?


PS: Sorry 4 retarded english skills

 
Last edited by a moderator:
Are you opening a local connection? (as in running the whole server through your computer/localhost)

I forgot how, but I made a shortcut on my laptop to open all three servers at once. Of course, your MySQL has to be online first.

 
If you want to see the individual server consoles then starting each individual server in their own screen is the right answer. You can do this with running the individual executables for login, character and map.

Alternatively, you can always use ./athena-start, and output the log to a file.

 
Back
Top