• 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!

Windows Need help putting server online!

snipermike13

/\/\1k3
Joined
May 11, 2010
Messages
158
Reaction score
1
Location
America
I have:

xampp running
a host created on no-ip.com: mikeprivateserver.no-ip.org
Config.lua set for mikeprivateserver.no-ip.org
mysqlHost set as localhost <--that need changed?
I have ports opened 7171 - 7172 - 8000 <-- I need more?

PHP:
-- Connection config
	worldId = 0
	ip = "mikeprivateserver.no-ip.org"
	bindOnlyConfiguredIpAddress = true
	loginPort = 7171
	gamePort = 7172
	adminPort = 7171
	statusPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = 1000
	motd = "Welcome to the Forgotten Server!"
	displayOnOrOffAtCharlist = false
	onePlayerOnlinePerAccount = false
	allowClones = false
	serverName = "MikePrivateServer"
	loginMessage = "Welcome to the Forgotten Server!"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = true
	forceSlowConnectionsToDisconnect = false
	loginOnlyWithLoginServer = false
	premiumPlayerSkipWaitList = false

AM I MISSING SOMETHING?!?

HELP! Rep++
 
Changed it...try and connect. Bet you can't. And yes I have my ports opened according to the Tutorial i followed...


Dont know what your server info is... but thats how you should do it,...

hmm and your other question:
I have ports opened 7171 - 7172 - 8000 <-- I need more?
Why did you open port 8000 ? Web redirect ?
As far as I know 7171-7172 should do it, also make sure you add those ports to your firewall.
You can try to your mysql port 3306 too...
 
Open 80 instead of 8000

LoL its just for web!!

Try This!!
Go To NO-IP site
change the ip of ^ "mikeprivateserver.no-ip.org" to the ip you find in Start>run>cmd>ipconfig/all
find ur router ip put it in the NO-IP site
Go To Config.Lua and put the ip u found in cmd>ipconfig/all
and disable ur antivirus+firewall
and add ports in ur firewall

:D REP++
 
Try This!!
Go To NO-IP site
change the ip of ^ "mikeprivateserver.no-ip.org" to the ip you find in Start>run>cmd>ipconfig/all
find ur router ip put it in the NO-IP site
Go To Config.Lua and put the ip u found in cmd>ipconfig/all
and disable ur antivirus+firewall
and add ports in ur firewall

:D REP++[/QUOTE]

I am doing that right now and as far as I can tell it is still not working. I am going to create a new thread and I am going to post pictures of EVERY single screen that has something to do with putting it online and I will see whta you guys think...cause this is taking forever and I am still getting nowhere.....thanks everyone for help. Dude that posted that quote, ty have some rep lol.
 
Back
Top