precious Posted June 8, 2013 Posted June 8, 2013 guys or anyone. i'm not understand how i can start my rathena server in virtual server ?? what command ?? Quote
anacondaq Posted June 8, 2013 Posted June 8, 2013 Stupid question. Read manual first. You make your server on your localhost first? If yes, than you must to know, what operation system do you use. If you have on your virtual private server Linux Distro, you need first: 1.) Make database (install mysql-server); and import your sql database. 2.) You must copy all your ragnarok files to your vps via SSH; 3.) You must compile your server specially for linux distro chmod a+x configure ./configure --enable-debug=yes make clean make sql 4.) When you complite compile, you will have in your ro folder few files: map-server_sql, char-server_sql, login-server_sql; How to start? It's easy ./map-server_sql ./char-server_sql ./login-server_sql But in *athena you can find premaded file what run all 3 servers by only one command: ./athena-start start But i recommend to run each server stand alone, in screen. Example: screen -S mapserver ./map-servere_sql -> enter - > ctrl+d screen -S charserver ./char-server_sql -> enter -> ctrl+d screen -S loginserver ./login-server_sql -> enter -> ctrl+d Why i like it? Because i can easy manipulate by each server. But first, i strongly recommend to read that: http://www.linux.org/tutorial/view/beginners-level-course and that: http://wiki.rathena.org Quote
Vengeance Posted June 15, 2013 Posted June 15, 2013 Use the attached files for this.. put the files in your server and chmod a+x all the 3 files and the use these commands ./start ./stop ./restart One command triggers all the 3 servers... linux.zip Quote
Question
precious
guys or anyone. i'm not understand how i can start my rathena server in virtual server ??
what command ??
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.