Jump to content
  • 0

ASK How To Start rAthena on VPS


Question

2 answers to this question

Recommended Posts

Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...