Telnet.properties 1.2 KB

12345678910111213141516171819202122232425262728
  1. # ---------------------------------------------------------------------------
  2. # Telnet Settings
  3. # ---------------------------------------------------------------------------
  4. # The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like.
  5. # Warning:
  6. # Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
  7. # ---------------------------------------------------------------------------
  8. # Allows text based monitoring and administration of L2J LS
  9. # by using a telnet client. Communication protocol is insecure
  10. # and you should use SSL tunnels, VPN, etc. if you plan to connect
  11. # over non-trusted channels.
  12. # Default: False
  13. EnableTelnet = False
  14. # This is the port L2J should listen to for incoming telnet
  15. # requests.
  16. # Default: 12345
  17. StatusPort = 12345
  18. # If the following is not set, a random password is generated on server startup.
  19. # Usage: StatusPW = somePass
  20. StatusPW =
  21. # This list can contain IPs or Hosts of clients you wish to allow. Hostnames must be resolvable to an IP.
  22. # Example: 0.0.0.0,host,0.0.0.1,host2,host3,host4,0.0.0.3
  23. # Default: 127.0.0.1,localhost
  24. ListOfHosts = 127.0.0.1,localhost