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

Local OT

Stemer

New Member
Joined
Sep 11, 2015
Messages
19
Reaction score
0
How can I set my OT to be used on my local wifi hotspot ??
If I can't, how to set it online
The forgotten server version 1.2
 
If the hotspot your connecting to is an isp which is providing you with the internet and you were using your phone, you would need to open up ports on the phone to allow your phone to act as a gateway for outside connections, although your isp may have blocked these ports for 'security reasons'.

If it is a local connection like wifi which does not access the internet but still broadcasts a signal then it is not possible since you are not connected to the internet however you would be able to setup a local server (one within your own network) where any device which is able to run a client could access it.

If the server is on any device you would need to determine its local ip, this can be acquired by using cmd while in the cmd prompt you would type ipconfig/all on windows or the terminal in linux using this command ipconfig -a

You would then look for an ip address starting with the number sequence 192.168.1.x where x is a number, everything from 192 to x would be that devices ip address on the network.

The ip of where the server is hosted would become the global ip other devices would use this ip to connect to the server.
 
Last edited:
I got it, but for example my local ip is 192.168.0.207 and the Phpmyadmin IP is 127.0.0.1
I tried on another PC on the same network to access tibia from both these IPs and just failed
 
I got it, but for example my local ip is 192.168.0.207 and the Phpmyadmin IP is 127.0.0.1
I tried on another PC on the same network to access tibia from both these IPs and just failed
Well then try 192.168.0.207:80
80 is the http port

I actually never attempted to load tibia from a local network :p
But I have setup web servers on a local network

Since your accessing the host on the same network there is no need to port forward.
 
Back
Top