Jump to content
  • 0

ASK How To Start rAthena on VPS


precious

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  01/31/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   345
  • Joined:  02/26/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   13
  • Joined:  01/08/12
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...