MUME - Multi-Users in Middle-earth

mume.org:4242 🔒

Server Info

  • Codebase: DIKU, Custom

  • Family: DikuMUD

  • Genre: Fantasy

  • Gameplay: Player versus Player

  • Players online: 28 [1]

  • Created: 1991

  • Status: Live

  • Website: https://mume.org

  • Location: Switzerland

  • TLS/SSL: Yes

Protocol Support

MUD-specific protocols detected via MSSP flags or Telnet negotiation. See the glossary for definitions.

  • MSSP: Yes (MSSP)

  • GMCP: Yes (MSSP)

  • MSDP: No

  • MCCP: Yes (MSSP)

  • MCCP2: No

  • MXP: No

  • MSP: No

  • MCP: No

  • ZMP: No

Telnet Fingerprint

fc6a9f74951e78a1…

This fingerprint is unique to this server.

Options offered by server: CHARSET, SGA

Options requested from client: CHARSET, NAWS, NEW_ENVIRON, TTYPE

Data source: fc6a9f74951e78a1/b0eee371db2ba858.json

The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata.

{
  "server-probe": {
    "fingerprint": "fc6a9f74951e78a1",
    "fingerprint-data": {
      "offered-options": [
        "CHARSET",
        "SGA"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "BINARY",
        "COM_PORT",
        "ECHO",
        "EOR",
        "STATUS"
      ],
      "requested-options": [
        "CHARSET",
        "NAWS",
        "NEW_ENVIRON",
        "TTYPE"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "Press return again to disconnect.\r\n\r\nBy what name do you wish to be known? ",
      "banner_before_return": "\r\n                               ***  MUME IX  ***\r\n\r\n                              In progress at FIRE\r\n                      (Free Internet Roleplay Experiences)\r\n                       Hosted at HEIG-VD (www.heig-vd.ch)\r\n\r\n              Adapted from J.R.R. Tolkien's Middle-earth world and\r\n                    maintained by CryHavoc, Manwe, and Nada.\r\n\r\n              Original code DikuMUD I (help credits), created by:\r\n        S. Hammer, T. Madsen, K. Nyboe, M. Seifert, and H.H. Staerfeldt.\r\n\r\nIf you have never played MUME before, type NEW to create a new character,\r\nor ? for help.\r\n\r\nBy what name do you wish to be known? ",
      "encoding": "ISO_8859-1:1987",
      "mssp": {
        "ANSI": "1",
        "AREAS": "282",
        "CHARSET": [
          "ASCII",
          "ISO-8859-1",
          "UTF-8"
        ],
        "CLASSES": "5",
        "CODEBASE": [
          "DIKU",
          "Custom"
        ],
        "CRAWL DELAY": "-1",
        "CREATED": "1991",
        "DISCORD": "https://discord.gg/XkZN55am9a",
        "FAMILY": "DikuMUD",
        "GAME DAY": "14",
        "GAME HOUR": "0",
        "GAME MONTH": "Wedmath",
        "GAME YEAR": "2993",
        "GAMEPLAY": "Player versus Player",
        "GAMESYSTEM": "Custom",
        "GENRE": "Fantasy",
        "GMCP": "1",
        "HELPFILES": "602",
        "HIRING BUILDERS": "1",
        "HIRING CODERS": "0",
        "HOSTNAME": "mume.org",
        "ICON": "https://mume.org/Icons/gandalf_200.jpg",
        "IP": "193.134.218.98",
        "LANGUAGE": "English",
        "LEVELS": "100",
        "LOCATION": "Switzerland",
        "MCCP": "1",
        "MCP": "0",
        "MOBILES": "1530",
        "MSDP": "0",
        "MSP": "0",
        "MXP": "0",
        "NAME": "MUME - Multi-Users in Middle-earth",
        "OBJECTS": "1478",
        "PAY FOR PERKS": "0",
        "PAY TO PLAY": "0",
        "PLAYERS": "28",
        "PLAYERS WAR": "156",
        "PORT": "4242",
        "RACES": "21",
        "ROOMS": "30221",
        "SKILLS": "112",
        "SSL": "4242",
        "STATUS": "Live",
        "SUBGENRE": "Tolkien",
        "UPTIME": "1769863155",
        "UTF-8": "1",
        "VT100": "1",
        "WEBSITE": "https://mume.org",
        "XTERM 256 COLORS": "1",
        "XTERM TRUE COLORS": "1"
      },
      "option_states": {
        "environ_requested": [
          {
            "name": "*",
            "type": "VAR"
          }
        ],
        "server_offered": {
          "0x56": false,
          "GMCP": true,
          "MSSP": true
        },
        "server_requested": {
          "CHARSET": true,
          "NAWS": true,
          "NEW_ENVIRON": true,
          "TTYPE": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.20215702056884766,
        "total": 3.0147101879119873
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-08T16:20:34.027308+00:00",
      "host": "mume.org",
      "ip": "193.134.218.98",
      "port": 4242
    },
    {
      "connected": "2026-02-08T17:13:30.304062+00:00",
      "host": "mume.org",
      "ip": "193.134.218.98",
      "port": 4242
    }
  ]
}

Connection Log

Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server.

DEBUG client.py:770 Fingerprint client: host=mume.org port=4242
INFO client_base.py:174 Connected to <Peer 193.134.218.98 4242>
DEBUG stream_writer.py:692 recv IAC DO NAWS
DEBUG stream_writer.py:1733 handle_do(NAWS)
DEBUG stream_writer.py:3030 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:933 send IAC WILL NAWS
DEBUG stream_writer.py:2300 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3030 local_option[NAWS] = True
DEBUG stream_writer.py:3030 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:692 recv IAC DO TTYPE
DEBUG stream_writer.py:1733 handle_do(TTYPE)
DEBUG stream_writer.py:3030 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:933 send IAC WILL TTYPE
DEBUG stream_writer.py:3030 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3030 local_option[TTYPE] = True
DEBUG stream_writer.py:3030 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:692 recv IAC DO CHARSET
DEBUG stream_writer.py:1733 handle_do(CHARSET)
DEBUG stream_writer.py:3030 pending_option[WILL + CHARSET] = True
DEBUG stream_writer.py:933 send IAC WILL CHARSET
DEBUG stream_writer.py:3030 local_option[CHARSET] = True
DEBUG stream_writer.py:3030 pending_option[WILL + CHARSET] = False
DEBUG stream_writer.py:692 recv IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:708 WILL MCCP2_COMPRESS unsolicited
DEBUG stream_writer.py:1863 handle_will(MCCP2_COMPRESS)
DEBUG stream_writer.py:3030 remote_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:933 send IAC DONT MCCP2_COMPRESS
WARNING stream_writer.py:1968 Unhandled: WILL MCCP2_COMPRESS.
DEBUG stream_writer.py:692 recv IAC WILL MSSP
DEBUG stream_writer.py:708 WILL MSSP unsolicited
DEBUG stream_writer.py:1863 handle_will(MSSP)
DEBUG stream_writer.py:3030 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:933 send IAC DO MSSP
DEBUG stream_writer.py:3030 remote_option[MSSP] = True
DEBUG stream_writer.py:3030 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:692 recv IAC DO NEW_ENVIRON
DEBUG stream_writer.py:1733 handle_do(NEW_ENVIRON)
DEBUG stream_writer.py:3030 pending_option[WILL + NEW_ENVIRON] = True
DEBUG stream_writer.py:933 send IAC WILL NEW_ENVIRON
DEBUG stream_writer.py:3030 pending_option[SB + NEW_ENVIRON] = True
DEBUG stream_writer.py:3030 local_option[NEW_ENVIRON] = True
DEBUG stream_writer.py:3030 pending_option[WILL + NEW_ENVIRON] = False
DEBUG stream_writer.py:692 recv IAC WILL GMCP
DEBUG stream_writer.py:708 WILL GMCP unsolicited
DEBUG stream_writer.py:1863 handle_will(GMCP)
DEBUG stream_writer.py:3030 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:933 send IAC DO GMCP
DEBUG stream_writer.py:3030 remote_option[GMCP] = True
DEBUG stream_writer.py:3030 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:684 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:671 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3030 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2197 recv TTYPE SEND: b''
DEBUG stream_writer.py:2208 send IAC SB TTYPE IS b'VT100' IAC SE
DEBUG stream_writer.py:684 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:671 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2025 [SB + CHARSET] unsolicited
DEBUG client.py:266 encoding negotiated: ISO_8859-1:1987
DEBUG stream_writer.py:2105 send IAC SB CHARSET ACCEPTED ISO_8859-1:1987 IAC SE
DEBUG stream_writer.py:684 begin sub-negotiation SB NEW_ENVIRON
DEBUG stream_writer.py:671 sub-negotiation cmd NEW_ENVIRON SE completion byte
DEBUG stream_writer.py:3030 pending_option[SB + NEW_ENVIRON] = False
DEBUG stream_writer.py:2243 recv NEW_ENVIRON SEND (all)
DEBUG stream_writer.py:2266 env send: =''
DEBUG stream_writer.py:684 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:671 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2025 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1637 MSSP: {'NAME': 'MUME - Multi-Users in Middle-earth', 'PLAYERS': '39', 'PLAYERS WAR': '156', 'UPTIME':
    '1769863155', 'CHARSET': ['ASCII', 'ISO-8859-1', 'UTF-8'], 'CODEBASE': ['DIKU', 'Custom'], 'CRAWL DELAY': '-1', 'CREATED':
    '1991', 'DISCORD': 'https://discord.gg/XkZN55am9a', 'HOSTNAME': 'mume.org', 'ICON': 'https://mume.org/Icons/gandalf_200.jpg',
    'IP': '193.134.218.98', 'LANGUAGE': 'English', 'LOCATION': 'Switzerland', 'PORT': '4242', 'SSL': '4242', 'WEBSITE':
    'https://mume.org', 'FAMILY': 'DikuMUD', 'GENRE': 'Fantasy', 'GAMEPLAY': 'Player versus Player', 'STATUS': 'Live',
    'GAMESYSTEM': 'Custom', 'SUBGENRE': 'Tolkien', 'AREAS': '282', 'HELPFILES': '602', 'MOBILES': '1530', 'OBJECTS': '1478',
    'ROOMS': '30221', 'CLASSES': '5', 'LEVELS': '100', 'RACES': '21', 'SKILLS': '112', 'ANSI': '1', 'GMCP': '1', 'MCCP': '1',
    'MCP': '0', 'MSDP': '0', 'MSP': '0', 'MXP': '0', 'UTF-8': '1', 'VT100': '1', 'XTERM 256 COLORS': '1', 'XTERM TRUE COLORS':
    '1', 'PAY TO PLAY': '0', 'PAY FOR PERKS': '0', 'HIRING BUILDERS': '1', 'HIRING CODERS': '0', 'GAME YEAR': '2993', 'GAME
    MONTH': 'Wedmath', 'GAME DAY': '22', 'GAME HOUR': '18'}
DEBUG stream_writer.py:1287 IAC GA: Go-Ahead (unhandled).
DEBUG client_base.py:460 negotiation complete after 1.69s.
DEBUG stream_writer.py:1287 IAC GA: Go-Ahead (unhandled).
DEBUG stream_writer.py:3030 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:933 send IAC DO BINARY
DEBUG stream_writer.py:3030 pending_option[DO + SGA] = True
DEBUG stream_writer.py:933 send IAC DO SGA
DEBUG stream_writer.py:3030 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:933 send IAC DO ECHO
DEBUG stream_writer.py:3030 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:933 send IAC DO STATUS
DEBUG stream_writer.py:3030 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:933 send IAC DO CHARSET
DEBUG stream_writer.py:3030 pending_option[DO + EOR] = True
DEBUG stream_writer.py:933 send IAC DO EOR
DEBUG stream_writer.py:3030 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:933 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:3030 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:933 send IAC DO MSDP
DEBUG stream_writer.py:3030 pending_option[DO + MSP] = True
DEBUG stream_writer.py:933 send IAC DO MSP
DEBUG stream_writer.py:3030 pending_option[DO + MXP] = True
DEBUG stream_writer.py:933 send IAC DO MXP
DEBUG stream_writer.py:3030 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:933 send IAC DO ZMP
DEBUG stream_writer.py:3030 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:933 send IAC DO AARDWOLF
DEBUG stream_writer.py:3030 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:933 send IAC DO ATCP
DEBUG stream_writer.py:692 recv IAC WONT BINARY
DEBUG stream_writer.py:1985 handle_wont(BINARY)
DEBUG stream_writer.py:3030 remote_option[BINARY] = False
DEBUG stream_writer.py:3030 pending_option[DO + BINARY] = False
DEBUG stream_writer.py:692 recv IAC WILL SGA
DEBUG stream_writer.py:1863 handle_will(SGA)
DEBUG stream_writer.py:907 skip DO SGA; pending_option = True
DEBUG stream_writer.py:3030 remote_option[SGA] = True
DEBUG stream_writer.py:3030 pending_option[DO + SGA] = False
DEBUG stream_writer.py:692 recv IAC WONT ECHO
DEBUG stream_writer.py:1985 handle_wont(ECHO)
DEBUG stream_writer.py:3030 remote_option[ECHO] = False
DEBUG stream_writer.py:3030 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:692 recv IAC WONT STATUS
DEBUG stream_writer.py:1985 handle_wont(STATUS)
DEBUG stream_writer.py:3030 remote_option[STATUS] = False
DEBUG stream_writer.py:3030 pending_option[DO + STATUS] = False
DEBUG stream_writer.py:692 recv IAC WILL CHARSET
DEBUG stream_writer.py:1863 handle_will(CHARSET)
DEBUG stream_writer.py:907 skip DO CHARSET; pending_option = True
DEBUG stream_writer.py:3030 remote_option[CHARSET] = True
DEBUG client.py:133 Both sides support CHARSET, ready for server to initiate REQUEST
DEBUG stream_writer.py:3030 pending_option[DO + CHARSET] = False
DEBUG stream_writer.py:684 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:671 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2025 [SB + CHARSET] unsolicited
DEBUG client.py:266 encoding negotiated: ISO_8859-1:1987
DEBUG stream_writer.py:2105 send IAC SB CHARSET ACCEPTED ISO_8859-1:1987 IAC SE
DEBUG stream_writer.py:692 recv IAC WONT EOR
DEBUG stream_writer.py:1985 handle_wont(EOR)
DEBUG stream_writer.py:3030 remote_option[EOR] = False
DEBUG stream_writer.py:3030 pending_option[DO + EOR] = False
DEBUG stream_writer.py:692 recv IAC WONT COM_PORT_OPTION
DEBUG stream_writer.py:1985 handle_wont(COM_PORT_OPTION)
DEBUG stream_writer.py:3030 remote_option[COM_PORT_OPTION] = False
DEBUG stream_writer.py:3030 pending_option[DO + COM_PORT_OPTION] = False
DEBUG stream_writer.py:692 recv IAC WONT MSDP
DEBUG stream_writer.py:1985 handle_wont(MSDP)
DEBUG stream_writer.py:3030 remote_option[MSDP] = False
DEBUG stream_writer.py:3030 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:692 recv IAC WONT MSP
DEBUG stream_writer.py:1985 handle_wont(MSP)
DEBUG stream_writer.py:3030 remote_option[MSP] = False
DEBUG stream_writer.py:3030 pending_option[DO + MSP] = False
DEBUG stream_writer.py:692 recv IAC WONT MXP
DEBUG stream_writer.py:1985 handle_wont(MXP)
DEBUG stream_writer.py:3030 remote_option[MXP] = False
DEBUG stream_writer.py:3030 pending_option[DO + MXP] = False
DEBUG stream_writer.py:692 recv IAC WONT ZMP
DEBUG stream_writer.py:1985 handle_wont(ZMP)
DEBUG stream_writer.py:3030 remote_option[ZMP] = False
DEBUG stream_writer.py:3030 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:692 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:1985 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3030 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3030 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:692 recv IAC WONT ATCP
DEBUG stream_writer.py:1985 handle_wont(ATCP)
DEBUG stream_writer.py:3030 remote_option[ATCP] = False
DEBUG stream_writer.py:3030 pending_option[DO + ATCP] = False
INFO fingerprinting.py:737 new server fingerprint 71c5cdd398eaafef
INFO client_base.py:105 Connection closed to <Peer 193.134.218.98 4242>

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug mume.org 4242