• 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 Can't get server online

undercover

New Member
Joined
Jan 22, 2012
Messages
72
Reaction score
1
I have made my server, tested it, opened ports, turned off firewall and anti-virus, but still, nobody can't join :S
Im using Uniform Server 8.1.1, and TFS 9.31: http://otland.net/f18/9-20-9-31-forgotten-server-v0-2-11pl2-mystic-spirit-warsystem-extras-140955/
Server works fine and I can log and etc.
Here is what i get on Blackout Gaming - Projects :
The current IP/DNS is: **.**.***.***:7171
Server status: OFFLINE
Can anybody help me?
Also here are few ss-s :
2-3.jpg

3-3.jpg

4-4.jpg




Thanks :)

And u will get rep++ and like ofc :$
 
Last edited:
Yes, if you have 192.168.1.150 as your ipv4 adres, you should put that in your ipchanger. Only other people have to log in with your global ip.
 
I will try it, thanks :)
I could log with 127~ and my friends couldn't log with my global :S
I will try it asap and post results
Thanks :)
Btw, u know how can I confirm that's my ipv4 address?
 
Norton gave me some problems with firewall but i got ports in firewall (both 7171-7172 and TCP-UDP) but udp still doesnt work and my server isnt online.
Also, I can log in on my server only by using 127.0.0.1 (192.168.1.150 doesnt work) :S
 
Is your local ip static anyway? Sometimes it's required to have it static.

no, thats not an requirement. As long as the router is configured to correct local IP, static or dynamic does not matter.

In config.lua, you might see this:
Lua:
	-- Connection Config
	ip = "127.0.0.1"

Instead of 127.0.0.1, write the numberic IP you get when you enter http://whatismyip.org/
And you should be set, launch server, people should in theory manage to reach you if they use that IP.
 
no, thats not an requirement. As long as the router is configured to correct local IP, static or dynamic does not matter.

In config.lua, you might see this:
Lua:
	-- Connection Config
	ip = "127.0.0.1"

Instead of 127.0.0.1, write the numberic IP you get when you enter http://whatismyip.org/
And you should be set, launch server, people should in theory manage to reach you if they use that IP.

Come get my old router and try to get it working without static ip. Took me months to figure it out till someone else recommended it to me. Seems like that router refuses to assign custom port rules to DCHP-assigned ips.
 
Done that- doesnt work.
Also, I have static ip.
Here is my config.lua:
Code:
-- The Forgotten Server Config

	-- Account Manager
	accountManager = "yes"
	newPlayerChooseVoc = "yes"
	newPlayerSpawnPosX = 95
	newPlayerSpawnPosY = 117
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 100
	newPlayerMagicLevel = 100
	generateAccountNumber = "no"

	-- Banishments
	broadcastBanishments = "yes"
	banDays = 7
	finalBanDays = 30
	killsToBan = 5

	-- Battle
	useBlackSkull = "yes"
	worldType = "pvp"
	hotkeyAimbotEnabled = "yes"
	protectionLevel = 10
	killsToRedSkull = 30
	killsToBlackSkull = 50
	pzLocked = 1
	deathLosePercent = 0
	criticalHitChance = 70
	removeAmmoWhenUsingDistanceWeapon = "no"
	removeChargesFromRunes = "no"
	removeChargesFromWeapons = "no"
	timeToDecreaseFrags = 24 * 60 * 60 * 1000
	whiteSkullTime = 15 * 60 * 1000
	orangeSkullTime = 24*60*60
	oldConditionAccuracy = "no"
	stairJumpExhaustion = 10

	-- Commands
	displayGamemastersWithOnlineCommand = "no"

	-- Connection Config
	ip = "**.**.***.***"
	bindOnlyGlobalAddress = "no"
	loginProtocolPort = 7171
	gameProtocolPort = 7172
	adminProtocolPort = 7171
	statusProtocolPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = "1000"
	motd = "Welcome to the Forgotten Server!"
	onePlayerOnlinePerAccount = "yes"
	allowClones = "yes"
	serverName = "Forgotten"
	loginMessage = "Welcome to the Forgotten Server!"
	adminLogsEnabled = "no"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = "yes"

	-- Deathlist
	deathListEnabled = "yes"
	maxDeathRecords = 5

	-- Guilds
	ingameGuildSystem = "yes"
	levelToCreateGuild = 8

	-- Highscores
	highscoreDisplayPlayers = 15
	updateHighscoresAfterMinutes = 60

	-- Houses
	housePriceEachSQM = 1000
	houseRentPeriod = "never"

	-- Idle
	kickIdlePlayerAfterMinutes = 60

	-- Item Usage
	timeBetweenActions = 20
	timeBetweenExActions = 100

	-- Map
	mapName = "forgotten"
	mapAuthor = "Komic"
	randomizeTiles = "yes"
	mapStorageType = "relational"

	-- Messaging
	maxMessageBuffer = 4

	-- MySQL
	mysqlHost = "localhost"
	mysqlUser = "test"
	mysqlPass = "test"
	mysqlDatabase = "test"
	mysqlPort = 3306

	-- Premium Account
	freePremium = "no"

	-- PVP Server
	displayOnOrOffAtCharlist = "no"
	allowChangeOutfit = "yes"
	noDamageToSameLookfeet = "no"
	experienceByKillingPlayers = "no"

	-- Rates
	rateExp = 5000
	rateSkill = 3000
	rateLoot = 2000
	rateMagic = 3000
	rateSpawn = 3

	-- Real Server Save
	-- note: serverSaveHour means like 03:00, not that it will save every 3 hours,
	-- if you want such a system use autoSaveEachMinutes. this serversave method
	-- may be unstable, we recommend using otadmin if you want real serversaves.
	serverSaveEnabled = "no"
	serverSaveHour = 3
	shutdownAtServerSave = "yes"
	cleanMapAtServerSave = "yes"

	-- Server saving
	autoSaveEachMinutes = 15
	saveGlobalStorage = "no"

	-- Spawns
	deSpawnRange = 2
	deSpawnRadius = 50

	-- SqLite
	sqliteDatabase = "schemas/forgottenserver.s3db"

	-- SQL
	sqlType = "mysql"
	passwordType = "plain"

	-- Startup
	defaultPriority = "high"

	-- Shutdown
	freeMemoryAtShutdown = "yes"

	-- Status
	ownerName = ""
	ownerEmail = "@otland.net"
	url = "http://otland.net/"
	location = "Europe"

My router is Pirelli DRG A225G.
Does it have to do anything with second line:
2-3.jpg


[Accessible from Internet=No]
 
Last edited:
Well I don't know if this help... but I had a similar problem and I solve this changing the apache port to 8090... before my friends could not enter in the web and server and the 8090 port fix it. try it...
 
Well I don't know if this help... but I had a similar problem and I solve this changing the apache port to 8090... before my friends could not enter in the web and server and the 8090 port fix it. try it...
Nope; Still same :S
I think its becouse another program used ur port 80 ^^
 
if you have skype it will you port 80!
just change in skype then uniform will get port 80

Nope, only msn, but I've tryed with it turned off.
Well, in my case, nothing was using the port 80, and I fix the connection problem as I said, sorry... good luck :p
Thanks :)
If you just want to use it for testing with your friends, use hamachi :>
U have any tutorial or anything? :) And thanks by the way :p
 
Back
Top