• Networking: The investigation is still on the way, we've switched to backup telecom carriers since the episode but we're still working in settling everything as it must be. We'll add more updates as we have them available. Incoming and outgoing emails will be restricted, and user registration has been disabled until the issue is resolved.

Best and easy way to no-ip server connect

Status
Not open for further replies.
🚫
Exiled
Joined
Sep 10, 2007
Messages
383
Reaction score
50
Location
Space
this is the easy way and best for a noip server client connect:

The server login is like this:
first the launcher check to connect from Launcher.ini client side (for this is port 80):



PHP:
ServerInfo = http://your no-ip.com/serverinfo.xml
then the serverinfo.xml check the ip and port to connect to server( for this is port 4200)

PHP:
<?xml version="1.0" encoding="UTF-8" ?>
<root>
<item    name="light online"    worldid="100101"    borogh="EU"     boroughrank="0"    ip="your reall ip"    port="4200"    state="13"     recommend="1"    worldrank="51"    recorank="1"    greenflag="0"     />
</root>

If you got a dynamic ip ,then is no problems bcaz the players connect from client with the noip to serverinfo.xml and that serverinfo.xml is on server side where you can change wen u need the new ip without making any new updates for players to connect.

just remember to open ports :

80
4200


i hop this help you
 
Status
Not open for further replies.
Back