precious Posted June 8, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 01/31/13 Last Seen: August 25, 2013 Share Posted June 8, 2013 guys or anyone. i'm not understand how i can start my rathena server in virtual server ?? what command ?? Quote Link to comment Share on other sites More sharing options...
anacondaq Posted June 8, 2013 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share 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 Link to comment Share on other sites More sharing options...
Vengeance Posted June 15, 2013 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 65 Reputation: 13 Joined: 01/08/12 Last Seen: February 19, 2015 Share 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 Link to comment Share on other sites More sharing options...
Question
precious
guys or anyone. i'm not understand how i can start my rathena server in virtual server ??
what command ??
Link to comment
Share on other sites
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.