• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

server works fine for local ip but wont start with public

Jknot

Member
Joined
Feb 18, 2008
Messages
163
Reaction score
13
Location
South Carolina
as the title says server runs fine on local ip i can log in and run around the problem is each time i change it to my global/public the server wont start anymore even though i set up another database with the global ip im using uniformz server for database all ports are open/forwarded does anyone have any idea what i could be doing wrong?
 
You are sure your ip no change number ip?
Post automatically merged:

Config.lua


LUA:
ip = "you number ip"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 1000



What is you Ip?

 
You are sure your ip no change number ip?
Post automatically merged:

Config.lua


LUA:
ip = "you number ip"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 1000



What is you Ip?

yes i have changed it to my global/public ip. when i change the ip is when the problems start occuring once i change the ip from localhost/127.0.0.1 the server wont start up anymore it pauses on establishing database connection and then dissapears

1742291312852.webp
it looks like this
 
it looks like this
Run it in cmd with Nostalrius.exe command, not by clicking on .exe. Maybe there is some error message, but we don't see it, as it closes window after it displays error.

Did you change ip ="x" (OTS IP) or database connection IP?
 
Run it in cmd with Nostalrius.exe command, not by clicking on .exe. Maybe there is some error message, but we don't see it, as it closes window after it displays error.

Did you change ip ="x" (OTS IP) or database connection IP?
when ran in cmd this is what it is showing me
1742293956527.webp

however the config file is there

1742294023103.webp

the config file is set like this
1742294123057.webp
 
You edited MySQL server IP, not OTS IP. OTS IP is in line ip = "127.0.0.1".
Database is probably still on same host, so do not edit mysqlHost attribute. Keep it "127.0.0.1"i change dit

1742295932140.webpok i changed it back to 127.0.0.1 i guess i am doing something wrong with my database since it is still giving me the same error

1742295856579.webp

when setting up my database what option do i choose '#1' and what should the ip be here '#2' ?

1742296399376.webp

i think at this point i have confused myself
 
Back
Top