Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to set up Aura Kingdom Server on CentOS

Newbie Spellweaver
Joined
Aug 13, 2014
Messages
9
Reaction score
0
do service postgresql-9.3 restart in securecrt

Code:
Last login: Wed Sep  7 10:12:38 2016 from 192.168.106.1[root@localhost ~]
# [B]sudo -u postgres psql -c "ALTER user postgres WITH password 'nmhnmh';"[/B]
[B]ALTER ROLE[/B]
[B][root@localhost ~]# service postgresql-9.3 restart[/B]
[B]Stopping postgresql-9.3 service:                           [  OK  ][/B]
[B]Starting postgresql-9.3 service:                           [  OK  ][/B]
[root@localhost ~]#
===>

8Oa0V13 - How to set up Aura Kingdom Server on CentOS - RaGEZONE Forums


S75nWOz - How to set up Aura Kingdom Server on CentOS - RaGEZONE Forums



pg_hba.conf
Code:
# TYPE  DATABASE        USER            ADDRESS                 METHOD


# "local" is for Unix domain socket connections only
# TYPE  DATABASE        USER            ADDRESS                 METHOD


# "local" is for Unix domain socket connections only
local   all             all                                     peer
# IPv4 local connections:
host    all             all             0.0.0.0/0            md5
# IPv6 local connections:
host    all             all             ::1/128                 ident
# Allow replication connections from localhost, by a user with the
# replication privilege.
#local   replication     postgres                                peer
#host    replication     postgres        127.0.0.1/32            ident
#host    replication     postgres        ::1/128                 ident

postgresql.conf
Code:
# - Connection Settings -


listen_addresses = '*'        # what IP address(es) to listen on;
                    # comma-separated list of addresses;
                    # defaults to 'localhost'; use '*' for all
                    # (change requires restart)

--------------
File: iptables
Code:
# Firewall configuration written by system-config-firewall
# Manual customization of this file is not recommended.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 6543 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5567 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5568 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 10021 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 10022 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited


COMMIT

:((
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Aug 13, 2014
Messages
9
Reaction score
0
Character stand still when pressing kill :(
Who can guide me how to fix it not ??

Thank you :)
 
Junior Spellweaver
Joined
Aug 23, 2014
Messages
130
Reaction score
21
How to change server ip. I have a vds 32gb ram.How do I install a server. Server files always use 192.168.x.x ip ? How to fix
 
Newbie Spellweaver
Joined
Sep 12, 2016
Messages
17
Reaction score
0
How can i even start up my own server without the centos stuff or any vm ?
 
Initiate Mage
Joined
Sep 17, 2016
Messages
1
Reaction score
0
Hello!
When i create a database, and i try to import the files with \i 'path to file'; i gor an error saying that psql:/root/Aura-Kingdom-Server/Aura-Kingdom-Server/SQL/FFDB1.sql:11420: ERROR:
role "eperty123" does not exist
thats the copy-paste from my command line. Can someone Help me with this error please?
 
Back
Top