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!

AION 4.6 retail server file (Re-post)

Junior Spellweaver
Joined
Oct 14, 2019
Messages
134
Reaction score
26
1. Подключи правильный aionaccounts.dsn
2. Свяжи с accountcache server
Solved already, problem was in registry key AccountsCacheD, it has stored wrong data, so i deleted it opened program again, and it asked for new dsn and credentials input. Still having problems with web panel:D can't manage to start GM Server, (i guess problem is in .bin files, i generated some but not all of them, and also change all configs for my account, and another problem is i'm unable to add new row into TBL_ADMIN_USER. also dunno which encrtyption should i use
for password, i tried to decrypt this ones with base64, but its looks like it's not base64 cuz it decrypts nonsense:)
1700513113353 - AION 4.6 retail server file (Re-post) - RaGEZONE Forums
 
Junior Spellweaver
Joined
Jan 25, 2023
Messages
117
Reaction score
36
Solved already, problem was in registry key AccountsCacheD, it has stored wrong data, so i deleted it opened program again, and it asked for new dsn and credentials input. Still having problems with web panel can't manage to start GM Server, (i guess problem is in .bin files, i generated some but not all of them, and also change all configs for my account, and another problem is i'm unable to add new row into TBL_ADMIN_USER. also dunno which encrtyption should i use:D
for password, i tried to decrypt this ones with base64, but its looks like it's not base64 cuz it decrypts nonsense:)
View attachment 251520
 

Attachments

  • 1700527690597 - AION 4.6 retail server file (Re-post) - RaGEZONE Forums
    1700527690597.png
    15.8 KB · Views: 20
Initiate Mage
Joined
Aug 7, 2021
Messages
13
Reaction score
4
Solved already, problem was in registry key AccountsCacheD, it has stored wrong data, so i deleted it opened program again, and it asked for new dsn and credentials input. Still having problems with web panel:D can't manage to start GM Server, (i guess problem is in .bin files, i generated some but not all of them, and also change all configs for my account, and another problem is i'm unable to add new row into TBL_ADMIN_USER. also dunno which encrtyption should i use
for password, i tried to decrypt this ones with base64, but its looks like it's not base64 cuz it decrypts nonsense:)
View attachment 251520
pwd for superuser account is admin888. Gm server needs only gm.bin (most probably another file that is generated with worlds bins is not required to start gmserver) you can generate it in tools folder. Don't forget to adjust all paths in config files.
 
Last edited:
Junior Spellweaver
Joined
Oct 14, 2019
Messages
134
Reaction score
26
pwd for superuser account is admin888. Gm server needs only gm.bin (most probably another file that is generated with worlds bins is not required to start gmserver) you can generate it in tools folder. Don't forget to adjust all paths in config files.
I've tried superuser admin 888, it says "Access denied" in russian.
Also which data should i put here in GMServer.exe.config file? master_char_id master_char_nm from which table?
 

Attachments

  • 1111 - AION 4.6 retail server file (Re-post) - RaGEZONE Forums
    1111.png
    5.5 KB · Views: 13
  • 555 - AION 4.6 retail server file (Re-post) - RaGEZONE Forums
    555.png
    12.4 KB · Views: 13
Initiate Mage
Joined
Feb 28, 2022
Messages
9
Reaction score
1
I've tried superuser admin 888, it says "Access denied" in russian.
Also which data should i put here in GMServer.exe.config file? master_char_id master_char_nm from which table?
attach your file gmserver.cfg. i see it

in web.config
1) <add key="gm_domain" value="your ip adress (127.0.0.1 or external or local)" />
in iis you need set it ip too

2) <add key="inter_servers" value="1" />
change 111 or 110 or other value to 1
 
Last edited:
Initiate Mage
Joined
Aug 7, 2021
Messages
13
Reaction score
4
I've tried superuser admin 888, it says "Access denied" in russian.
Also which data should i put here in GMServer.exe.config file? master_char_id master_char_nm from which table?
That's not about login, it's about gm access policy. In your web.config of _AION_WEB change gm_domain to your IP. Just note that in this case localhost and 127.0.0.1 are not the same
 

Attachments

  • 1 - AION 4.6 retail server file (Re-post) - RaGEZONE Forums
    1.png
    10.3 KB · Views: 20
  • 2 - AION 4.6 retail server file (Re-post) - RaGEZONE Forums
    2.png
    29.3 KB · Views: 23
Junior Spellweaver
Joined
Oct 14, 2019
Messages
134
Reaction score
26
attach your file gmserver.cfg. i see it

in web.config
1) <add key="gm_domain" value="your ip adress (127.0.0.1 or external or local)" />
in iis you need set it ip too

2) <add key="inter_servers" value="1" />
change 111 or 110 or other value to 1
Added gm_domain key with my local ip,
Changed inter_server value from 110 to 1. Rebooted web page in IIS, still same;(
Here i paste the code that is showing in my browser when i try to login:



That's not about login, it's about gm access policy. In your web.config of _AION_WEB change gm_domain to your IP. Just note that in this case localhost and 127.0.0.1 are not the same
I have my ip there, also i have another question, as i see in your screenshot on mainpage of GM panel when you log in, you have your local IP, why do i have 127.0.0.1 there? instead of my 192.168.1.103? i have changed all IP's in web.config file
Code:
    <add key="gm_domain" value="192.168.1.103" />
    <add key="gm_server_ip" value="192.168.1.103" />
I use this user and pass in all my .dsn files, this SQL user has all rights to read aion databases and edit them. Also i added this user to TBL_ADMIN_USER table (i have aion game account with same credentials and password)
1700608581522 - AION 4.6 retail server file (Re-post) - RaGEZONE Forums


I'm dumb, i had setup web page to *:78, meaning localhost, just saw it in the error string:D that it was saying localhost:78, created new webpage for my local IP. Atleast now it is showing my local ip, not 127.0.0.1 But still can't login in

1700610622100 - AION 4.6 retail server file (Re-post) - RaGEZONE Forums

What this tool does? dunno, if it's needed i haven't done anything with it
 

Attachments

  • 2 - AION 4.6 retail server file (Re-post) - RaGEZONE Forums
    2.png
    25.9 KB · Views: 19
  • 5 - AION 4.6 retail server file (Re-post) - RaGEZONE Forums
    5.png
    31 KB · Views: 15
  • 11 - AION 4.6 retail server file (Re-post) - RaGEZONE Forums
    11.png
    19.3 KB · Views: 17
  • error - AION 4.6 retail server file (Re-post) - RaGEZONE Forums
    error.png
    7.7 KB · Views: 14
  • 123455 - AION 4.6 retail server file (Re-post) - RaGEZONE Forums
    123455.png
    28.8 KB · Views: 12
Last edited:
Initiate Mage
Joined
Feb 28, 2022
Messages
9
Reaction score
1
Added gm_domain key with my local ip,
Changed inter_server value from 110 to 1. Rebooted web page in IIS, still same;(
Here i paste the code that is showing in my browser when i try to login:




I have my ip there, also i have another question, as i see in your screenshot on mainpage of GM panel when you log in, you have your local IP, why do i have 127.0.0.1 there? instead of my 192.168.1.103? i have changed all IP's in web.config file
Code:
    <add key="gm_domain" value="192.168.1.103" />
    <add key="gm_server_ip" value="192.168.1.103" />
I use this user and pass in all my .dsn files, this SQL user has all rights to read aion databases and edit them. Also i added this user to TBL_ADMIN_USER table (i have aion game account with same credentials and password)View attachment 251588

I'm dumb, i had setup web page to *:78, meaning localhost, just saw it in the error string that it was saying localhost:78, created new webpage for my local IP. Atleast now it is showing my local ip, not 127.0.0.1 But still can't login in:D

View attachment 251592
What this tool does? dunno, if it's needed i haven't done anything with it
1) change in web.config
<add key="gm_server_ip" value="192.168.1.103" />
to
<add key="gm_server_ip" value="127.0.0.1" />

2) change in gmserver.exe.config
<add key="gm_server_ip" value="127.0.0.1" />
 
Junior Spellweaver
Joined
Oct 14, 2019
Messages
134
Reaction score
26
1) change in web.config
<add key="gm_server_ip" value="192.168.1.103" />
to
<add key="gm_server_ip" value="127.0.0.1" />

2) change in gmserver.exe.config
<add key="gm_server_ip" value="127.0.0.1" />
Same behaviour as with 192.168.1.103, what is master_char_id and master_char_nm? as i understand this is my game account ID and charname?

1700665056087 - AION 4.6 retail server file (Re-post) - RaGEZONE Forums


1) change in web.config
<add key="gm_server_ip" value="192.168.1.103" />
to
<add key="gm_server_ip" value="127.0.0.1" />

2) change in gmserver.exe.config
<add key="gm_server_ip" value="127.0.0.1" />
1700665559847 - AION 4.6 retail server file (Re-post) - RaGEZONE Forums

Was able to login, but not with my created admin account, but with superuser account, don't understand why my accound doesnt work for login

1700665616843 - AION 4.6 retail server file (Re-post) - RaGEZONE Forums
 
Last edited:
Back
Top