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

What Does this Mean?!?

JesusTheOne

New Member
Joined
Dec 31, 2012
Messages
33
Reaction score
0
XML:
<?xml version="1.0" encoding="UTF-8"?>
-<otadmin enabled="0"> <security loginpassword="8786854" loginrequired="1" maxconnections="2" onlylocalhost="1"/> -<encryption required="0"> 
<!-- key type="RSA1024XTEA" file="rsakey.private"/ -->
 </encryption> </otadmin>





IF THIS IS LOGIN PLEASE TELL ME HOW TO USE THIS!
 
Last edited by a moderator:
What file?
It's admin.xml.

Owner of topic, please use the appropriate tags; example:
XML:
<?xml version="1.0" encoding="UTF-8"?>
<otadmin enabled="0">
        <security onlylocalhost="1" maxconnections="2" loginrequired="1" loginpassword="test"/>
        <encryption required="0">
                <!-- key type="RSA1024XTEA" file="rsakey.private"/ -->
        </encryption>
</otadmin>

Currently in your config file this protocol is disabled.
If you turn it on you have to download a special application to manage the server.
 
Back
Top