What's new

can log in to realm selection but no further

jimmyxtreme

Trial Member
9
2014
0
hi all, i log into my server hosted on a vps and i can log in with admin/admin and i see my realm there but i click on it and it just says logging into game server. in my server window on my vps (the CMD window) it just says updating realm list....

any help would be great as im a complete newbie to all this
 

Rezolve

Senior User
Veteran Member
51
2014
0
Is your realmlist set to 127.0.0.1, I would think that would be the problem since your doing it on your vps and trying to play thou it.
Code:
set realmlist 127.0.0.1
I'm not sure if this would be the cause of the problem but it would be worth a try.
Since your doing it on localhost it shouldn't matter, but i would set up all your ports if you haven't all ready.
Ports that would need to be open:
Code:
3306 - MYSQL Port.
3443 - RA Port.
7878- SOAP Port.
3724 - IMPORTANT, Auth Port.
8085 - IMPORTANT, World Port.
 
Last edited:

jimmyxtreme

Trial Member
9
2014
0
my realmlist is set to my vps ip adress and all the ports are open and accepting incomint connections,i can log in and the realm is there, but when i click on it to go to character select screen i get a pop up window saying logging into game server for about 2 seconds then it closes and im back on realm selection
 

jimmyxtreme

Trial Member
9
2014
0
thanks pewz sorted it, now one more little problem, i change my friends account access to 5 -1 and he still isnt able to use admin commands?
 

ExO

Admin
5,119
2014
1,636
thanks pewz sorted it, now one more little problem, i change my friends account access to 5 -1 and he still isnt able to use admin commands?

Glad you got it solved! I'm not sure if you have solved the account acces thing yet?

If not - you can just add acces to your friend through auth database in account_acces table :)
 
Top