L2JMobius

Dwelling of Spirits Telnet.ini

Ignor · 2 · 2020

Offline Ignor

  • Vassal
  • *
    • Posts: 4
Good evening, dear members of the forum, please tell me.
Does assembly L2J_Mobius_Essence_4.0_DwellingOfSpirits work
Telnet and how it can be configured correctly ?

I have configured Telnet.ini
Code: [Select]
# ---------------------------------------------------------------------------
# Telnet Settings
# ---------------------------------------------------------------------------
# The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like.
# Warning:
# Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
# ---------------------------------------------------------------------------
# Allows text based monitoring and administration of L2J GS
# by using a telnet client. Communication protocol is insecure
# and you should use SSL tunnels, VPN, etc. if you plan to connect
# over non-trusted channels.
# Default: False
EnableTelnet = True

# This is the hostname address on which telnet server will be listening.
# Note for all adapters use: *
# Default: 127.0.0.1
BindAddress = *

# This is the port L2J should listen to for incoming telnet
# requests.
# Default: 54321
Port = 54321

# If the following is not set, a random password is generated on server startup.
Password = 9029

# This list can contain IPs or Hosts of clients you wish to allow. Hostnames must be resolvable to an IP.
# Example: 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3
# Default: 127.0.0.1,localhost,::1
ListOfHosts = 127.0.0.1,localhost,::1

But I can't connect to it.
help me please


Offline champzix1

  • Baron
  • *****
    • Posts: 232
Are you connect from localhost? (the host that running game server)
Your config allowed only localhost.

Also make sure you connect with correct port. (default port is 54321)