• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

How to set up Aura Kingdom Server on CentOS

Newbie Spellweaver
Joined
Jun 4, 2017
Messages
20
Reaction score
0
Next to binaries in each folder


this is bin file there is noun with it dose is mean it didnt work in the beginning?


PS: i'v Added you om skype u didnt answer me ;p

AMqZyN - How to set up Aura Kingdom Server on CentOS - RaGEZONE Forums
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
-Start the server
-try to log in
-DON'T SHUT DOWN THE SERVER AT THIS POINT
-Press ctrl+r in winscp while u are in any folder
-logs should appear
-profit

 
Newbie Spellweaver
Joined
Jun 4, 2017
Messages
20
Reaction score
0
-Start the server
-try to log in
-DON'T SHUT DOWN THE SERVER AT THIS POINT
-Press ctrl+r in winscp while u are in any folder
-logs should appear
-profit

you want test.log right?



WorldServer
test.log

1,2017/06/06 22:28:33,Setup.ini Load MaxCharacterNumber [12] 2,2017/06/06 22:28:33,Open Database Failed:hostaddr=127.0.0.1 user=postgres password='Zxcv1234' dbname=ffdb11



ZoneServer
test.log

286,2017/06/06 22:28:38,Open Database Failed:hostaddr=127.0.0.1 user=postgres password='Zxcv1234' dbname=ffdb11




loginserver
test.log

https://pastebin.com/raw/90hM13hw
 
Newbie Spellweaver
Joined
Sep 12, 2013
Messages
54
Reaction score
8
The logs tell the problem itself.
Worldserver and zone server are not connecting to the db.
Change ip in setup.ini to your centos vm ip and put the correct username and password.

Don't forget to edit setup.ini for ticketserver also, it's an important step for the server to work.
 
Last edited:
Newbie Spellweaver
Joined
Jun 4, 2017
Messages
20
Reaction score
0
The logs tell the problem itself.
Worldserver and zone server are not connecting to the db.
Change ip in setup.ini to your centos vm and put the correct username and password.

change all the ips right?
[Common]
GameDBIP=127.0.0.1
GameDB=ffdb11
GameDBUser=postgres
GameDBPassword=Zxcv1234
Language=X
Locate=US
LogFile=Test.log
AccountDBIP=127.0.0.1
AccountDBName=ffaccount
AccountDBUser=postgres
AccountDBPW=Zxcv1234
TicketServerIP=127.0.0.1
TicketServerPort=18624
BillingGatewayIP=127.0.0.1
BillingGatewayPort=5560
BillingGatewayPaymentIP=127.0.0.1
BillingGatewayPaymentPort=5560
BillingGatewayWorldIP=127.0.0.1
BillingGatewayWorldPort=5560
PlayerRoomWorldID=1010
PingAlive=1
CrossWorldID=1020
TerritoryWorldID=1020
ColosseumWorldID=1020
FightZoneWroldID=1020
MaintenanceDate=2
RankAward=1
NAT=0
AchievementGroupCheck=0
MaxCharacterNumber=12


[MissionServer]
ReserveDeletedCharDays=90
DBAgentSavePeriod=20
MissionServerLogLevel=1
MissionServerAssert=0
GoldRange=10000.50000.100000.200000.500000.1000000.2000000.3000000.10000000.100000000
RecordGoldvalue=1000000


[WorldServer]
LoadServerStatus=1
WorldServerLogLevel=1
WorldServerAssert=0
FarmWorldID=0


[ZoneServer]
HeartBeat=1
 
Newbie Spellweaver
Joined
Sep 12, 2013
Messages
54
Reaction score
8
Yes and also in setup.ini in the gateawayserver
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
Change 127.0.0.1 to localhost or to the ipv4 IP from eth0. To get that just run
ifconfig

 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
Your database is totally broken. Guess when u downloaded the files u didn't checked / care about sql errors. There is ownership regards to eperty in every file so u need u rewrite it then drop all ak database and recreate with the fixed one

 
Newbie Spellweaver
Joined
Jun 4, 2017
Messages
20
Reaction score
0
Your database is totally broken. Guess when u downloaded the files u didn't checked / care about sql errors. There is ownership regards to eperty in every file so u need u rewrite it then drop all ak database and recreate with the fixed one
sorry guys for this long talking i'v made but in a simple word what should i do now just give me steps like you did with log files
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
Open any sql file what u downloaded with npp
Search for owner
Must be epery"something"
Search and replace
Search for eperty"something"
Replace with your psql username
Save and exit
Go to psql with ur favorite manager
Drop all AK related database
Recreate em
Import sql files what u made in 2, 3, and 4 step
If there is error drop databases again and do it via command line (tutorial given in first post)
Start your server

 
Newbie Spellweaver
Joined
Jun 4, 2017
Messages
20
Reaction score
0
Open any sql file what u downloaded with npp
Search for owner
Must be epery"something"
Search and replace
Search for eperty"something"
Replace with your psql username
Save and exit
Go to psql with ur favorite manager
Drop all AK related database
Recreate em
Import sql files what u made in 2, 3, and 4 step
If there is error drop databases again and do it via command line (tutorial given in first post)
Start your server

ddo you have any good database that will work without any problem ?
 
Banned
Banned
Joined
Dec 3, 2010
Messages
1,581
Reaction score
619
Lazy.... I'm out now. If u give up at the first time leave from ak section. That's not one click repack

 
Newbie Spellweaver
Joined
Jun 4, 2017
Messages
20
Reaction score
0
Lazy.... I'm out now. If u give up at the first time leave from ak section. That's not one click repack

no i will do it no matter what thank you i really really appreciate your help
thank you so much
 
Newbie Spellweaver
Joined
Mar 19, 2013
Messages
26
Reaction score
0
Does anyone have files without a bug? No bug in fishing or quest?
 
Newbie Spellweaver
Joined
Sep 12, 2013
Messages
54
Reaction score
8
here's a guide to setup server files and sql files to work with no issues

of course, this will NOT include how to use VM, setup CentOS, postgreSQL.
it's just to prepare your server files with your VM ip so you can upload it to your VM and start it with no connection issues
 
Last edited:
Newbie Spellweaver
Joined
Jun 4, 2017
Messages
20
Reaction score
0
the game worked good but i still have this little problem you will see it below

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



and could i make it work with ak.to client ?
 
Newbie Spellweaver
Joined
Sep 12, 2013
Messages
54
Reaction score
8
This is due to the client font is not installed on your OS, you can find the font files in the client (or unpacked client, i don't remember exactly).

And no, there's no way you can run ak.to client on these server files, but using genz modified client should be fine, it contains lv 80 content.
 
Back
Top