• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

I can not login to my server.

lhaisfar

New Member
Joined
Sep 1, 2018
Messages
10
Reaction score
0
I can not login to my server, I'm hosting at home, I do not use a router, just a modem. Doors 7171, 7172, 7173, 80, 443 are all released. But I can not log in with either IPv4 or Localhost. can anybody help me?
 
I can not login to my server, I'm hosting at home, I do not use a router, just a modem. Doors 7171, 7172, 7173, 80, 443 are all released. But I can not log in with either IPv4 or Localhost. can anybody help me?
what do you mean with doors?
 
Its open, sorry, translate is very bad, it would be easier for me not to have used.
  1. what your tfs version are you using.
  2. does your distro uses that port?
  3. What OS are you running? Make sure your machine firewall is configured too, or atleast has an exception.
    Perhaps you could try opening a port starting at 7171 and ending it at 7172.
  4. post your config.
 
  1. what your tfs version are you using.
  2. does your distro uses that port?
  3. What OS are you running? Make sure your machine firewall is configured too, or atleast has an exception.
    Perhaps you could try opening a port starting at 7171 and ending it at 7172.
  4. post your config.

1. TFS 1.3
2. no
3. Windows 10, yeah, my firewall have exception for this port 7171, 7172, 7173. I have not yet tested open a port 7171 and close in 7172.
4. Config my computer?
 
1. TFS 1.3
2. no
3. Windows 10, yeah, my firewall have exception for this port 7171, 7172, 7173. I have not yet tested open a port 7171 and close in 7172.
4. Config my computer?
you must open the ports from the main router to make your server online.
the config of your server lol
 
There is no error for me, but for my friends trying to get on the server, it just appears that the password is wrong.

- Sorry double post.
If password is wrong you should check in config if you're using plain or sha1 and check if the password gets encrypted when you register through the website. Normally it gets encrypted with sha1 and if you have in your config file plain then you will get the message that your password is wrong.
 
you must open the ports from the main router to make your server online.
the config of your server lol
-- Combat settings
-- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
worldType = "pvp"
hotkeyAimbotEnabled = true
protectionLevel = 7
pzLocked = 60 * 1000
removeChargesFromRunes = true
removeChargesFromPotions = true
removeWeaponAmmunition = true
removeWeaponCharges = true
timeToDecreaseFrags = 24 * 60 * 60 * 1000
whiteSkullTime = 15 * 60 * 1000
stairJumpExhaustion = 2 * 1000
experienceByKillingPlayers = false
expFromPlayersLevelRange = 75
dayKillsToRedSkull = 3
weekKillsToRedSkull = 5
monthKillsToRedSkull = 10
redSkullDuration = 30
blackSkullDuration = 45
orangeSkullDuration = 7

-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "mawhawk.servegame.com"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 0
motd = "Welcome to Mawhawk Global!"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "Mawhawk"
statusTimeout = 5 * 1000
replaceKickOnLogin = true
maxPacketsPerSecond = 25

-- Version Manual
clientVersionMin = 1100
clientVersionMax = 1157
clientVersionStr = "11.57"

-- Depot Limit
freeDepotLimit = 2000
premiumDepotLimit = 10000
depotBoxes = 17

-- GameStore
gamestoreByModules = true

-- Casting System
enableLiveCasting = true
liveCastPort = 7173

-- Expert Pvp Config
expertPvp = false

-- Deaths
-- NOTE: Leave deathLosePercent as -1 if you want to use the default
-- death penalty formula. For the old formula, set it to 10. For
-- no skill/experience loss, set it to 0.
deathLosePercent = -1

-- Houses
-- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
housePriceEachSQM = 25000
houseRentPeriod = "daily"

-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000

-- Map
-- NOTE: set mapName WITHOUT .otbm at the end
mapName = "realmap"
mapAuthor = "Cipsoft"

-- Market
marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = true
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100

-- MySQL
mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = ""
mysqlDatabase = "database"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"

-- Misc.
allowChangeOutfit = true
freePremium = true
kickIdlePlayerAfterMinutes = 15
idleWarningTime = 10 * 60 * 1000
idleKickTime = 15 * 60 * 1000
maxMessageBuffer = 4
emoteSpells = true
classicEquipmentSlots = false
allowWalkthrough = false
coinPacketSize = 1
coinImagesURL = "http://localhost/images/store/"
classicAttackSpeed = true

-- Rates
-- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
rateExp = 1
rateSkill = 15
rateLoot = 3
rateMagic = 10
rateSpawn = 1

-- Monster rates
rateMonsterHealth = 1.0
rateMonsterAttack = 1.0
rateMonsterDefense = 1.0

-- Monsters
deSpawnRange = 2
deSpawnRadius = 50

-- Stamina
staminaSystem = true

-- Scripts
warnUnsafeScripts = true
convertUnsafeScripts = true

-- Startup
-- NOTE: defaultPriority only works on Windows and sets process
-- priority, valid values are: "normal", "above-normal", "high"
defaultPriority = "high"
startupDatabaseOptimization = true

-- Status server information
ownerName = "Malucooo"
ownerEmail = "[email protected]"
url = "Erick Nunes"
location = "Brazil"

This is my config.lua

If password is wrong you should check in config if you're using plain or sha1 and check if the password gets encrypted when you register through the website. Normally it gets encrypted with sha1 and if you have in your config file plain then you will get the message that your password is wrong.

yes I had changed, but I have changed again and still have given an error, is not encrypted anymore.
 
So since you're seeing your password the website doesn't encrypt it. So you should change the website so it also encrypt it to sha1 or you should change "sha1" in your config into "plain" you can do that for now but if you're about to start your server you should better encrypt it.
 
So since you're seeing your password the website doesn't encrypt it. So you should change the website so it also encrypt it to sha1 or you should change "sha1" in your config into "plain" you can do that for now but if you're about to start your server you should better encrypt it.
I understand what you mean, but I'm pretty new to sites and OTServer. The last time I set up with OTServer was in the older version, 8.6x.
maybe someone will be able to enter the server, thanks.

my site is online, but it does not have HTTPS certificate, in case you want to take a look.

https://mawhawk.servegame.com/
 
I understand what you mean, but I'm pretty new to sites and OTServer. The last time I set up with OTServer was in the older version, 8.6x.
maybe someone will be able to enter the server, thanks.

my site is online, but it does not have HTTPS certificate, in case you want to take a look.

https://mawhawk.servegame.com/

Try changing like I said in your config file "sha1" to "plain" and then try to login with 123321/123321abc
 
Try changing like I said in your config file "sha1" to "plain" and then try to login with 123321/123321abc
Still, I can not log into the server as far as the Local IP and IPv4 are not possible connect.

my problem is not with the password, the password was a mistake with my friends that I think I have just dealt with you, but I myself can not connect with any ip, why? Because, i'm don't know.
 
Still, I can not log into the server as far as the Local IP and IPv4 are not possible connect.

my problem is not with the password, the password was a mistake with my friends that I think I have just dealt with you, but I myself can not connect with any ip, why? Because, i'm don't know.
Do you have a teamviewer to see exactly what is going on?
 
Back
Top