userid: server
passwd: password
// Server name, use alternative character such as ASCII 160 for spaces.
// NOTE: Do not use spaces or any of these characters which are not allowed in
// Windows filenames \/:*?"<>|
// ... or else guild emblems won't work client-side!
server_name: TestServer
// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
wisp_server_name: Server
// Login Server IP
// The character server connects to the login server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
login_ip: 192.157.***.***
// The character server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1
// Login Server Port
login_port: 6900
// Character Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
char_ip: 192.157.***.***
// Character Server Port
char_port: 6121
map_athena.conf
// Interserver communication passwords, set in account.txt (or equiv.)
userid: server
passwd: password
// Character Server IP
// The map server connects to the character server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
char_ip: 192.157.***.***
// The map server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1
// Character Server Port
char_port: 6121
// Map Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
map_ip: 192.157.***.***
// Map Server Port
map_port: 5121
inter_athena.conf:
// Global SQL settings
// overridden by local settings when the hostname is defined there
// (currently only the login-server reads/obeys these settings)
sql.db_hostname: 192.157.***.***
sql.db_port: 3306
sql.db_username: root
sql.db_password: Testpass
sql.db_database: ragnarok
sql.codepage:
// MySQL Character SQL server
char_server_ip: 192.157.***.***
char_server_port: 3306
char_server_id: root
char_server_pw: Testpass
char_server_db: ragnarok
// MySQL Map SQL Server
map_server_ip: 192.157.***.***
map_server_port: 3306
map_server_id: root
map_server_pw: Testpass
map_server_db: ragnarok
// MySQL Log SQL Database
log_db_ip: 192.157.***.***
log_db_port: 3306
log_db_id: root
log_db_pw: Testpass
log_db_db: ragnarok
log_codepage:
log_login_db: loginlog
Sub_net// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet (max 16)
// check is if((net-submask & char_ip ) == (net-submask & servip)) => ok
subnet: 255.0.0.0:192.157.***.***:192.157.***.***
already change phpmyadmin
UPDATE `login` SET userid='server', user_pass='password' WHERE account_id='1';
and Im recieving this error: [Error]: can not connet to login-server.
[Error]: The server communication passwords (default s1/p1) are probably invalid [Error]: Also, please make sure your log-in db has correct communication user name/passwords and gender of the account is S [Error]: The communication passwords are set in map_athena.conf and char_athena.conf
[warning] Connection to Login Server Lost [info] closed connection from 127.0.0.1
im always getting connection refused..
i already ran the server but when i stop it and start back i cant start i back.,
please help wwhat did i miss.. im using linux centos 6
Question
kitty14
hello I followed this guide
http://rathena.org/board/topic/59529-setting-up-a-centos-vps-w-rathena-vnc/
char_athena:
map_athena.conf
inter_athena.conf:
Sub_net// Subnet support file
already change phpmyadmin
and Im recieving this error:
[Error]: can not connet to login-server.
[Error]: The server communication passwords (default s1/p1) are probably invalid
[Error]: Also, please make sure your log-in db has correct communication user name/passwords and gender of the account is S
[Error]: The communication passwords are set in map_athena.conf and char_athena.conf
[warning] Connection to Login Server Lost
[info] closed connection from 127.0.0.1
im always getting connection refused..

i already ran the server but when i stop it and start back i cant start i back.,
please help wwhat did i miss.. im using linux centos 6
Link to comment
Share on other sites
12 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.