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

Linux otservlist problem.

seleo

Active Member
Joined
Jun 6, 2012
Messages
498
Reaction score
33
Location
Egypt
Hello
i have added my server to otservlist
but when i check it it says that

Server is currently offline!
im using a subdomain for anti ddos protection
and my server connection info is
play.zyphira.com:7171
while you can only access the website in
zyphira.com

if you opened play.zyphira.com:80 you will be redirected to the anti ddos service provider not the server website

so the server is online now while its not in otservlist

also im not using 7172 as a game port.

the question is:
is anyone knows how to fix that?
or how can i contact the otservlist.org admins?
i made a thread here in the otservlist discustion but there is no response untill now
 
Put in play.zyphira.com one redirect to your website and put in otservlist play.zyphira.com is one solution... Dont put zyphira.com because need REAL DNS to server.

@Edited

In your dedicated server:

$ apt-get install apache2 -y
or
$ yum install httpd -y

After you need to create the archive do redirect to your website:
$ vi /var/www/html/index.html
or
$ vi /var/www/index.html

And put this:
Code:
<meta http-equiv="refresh" content="0; url=http://zyphira.com/">

After in otservlist put:
play.zyphira.com:7171
 
Last edited:
I already added play.zyphira.com as server name in otservlist.org
and the problem is not the redirection because the Anti DDos shield blocks all the connections to the server unless the ports we are using and the protection working into it!
and at Zyphira.com
the website we are using port 80 for the website with Cloudflare
another service for http protection.
 
well
2a0mdqv.png

it says that the server is offline while its online now :(
 
Back
Top