MUME - Multi-Users in Middle-earth
Connection Banner:
Server URLs
- Telnet: telnet://mume.org:4242
- Play in Browser: LociTerm
- Website: https://mume.org
Server Info
Codebase: DIKU, Custom
Genre: Fantasy
Gameplay: Player versus Player
Players online: 37 [1]
Uptime: 0 days
Created: 1991
Status: Live
Discord: https://discord.gg/XkZN55am9a
Server Location: 🇨🇭 Switzerland (MSSP)
Language: English
Protocol Support
MUD-specific protocols detected via MSSP flags or Telnet negotiation.
MSSP: Yes (MSSP)
GMCP: Yes (MSSP)
MSDP: No
MCCP: Yes (MSSP)
MCCP2: Negotiated
MXP: No
MSP: No
MCP: No
ZMP: No
Telnet Fingerprint
This fingerprint is unique to this server.
Options requested from client: CHARSET, NAWS, NEW_ENVIRON, TTYPE
The complete JSON record collected during the scan, including Telnet negotiation results and any MSSP metadata.
Show JSON
{
"server-probe": {
"fingerprint": "441585475f20910d",
"fingerprint-data": {
"offered-options": [],
"probed-protocol": "server",
"refused-options": [],
"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? Goodbye!\r\n\r\n",
"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? ",
"dsr_replies": 0,
"dsr_requests": 0,
"encoding": "ascii",
"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": "10",
"GAME HOUR": "21",
"GAME MONTH": "Afteryule",
"GAME YEAR": "2998",
"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": "37",
"PLAYERS WAR": "160",
"PORT": "4242",
"RACES": "21",
"ROOMS": "30222",
"SKILLS": "112",
"SSL": "4242",
"STATUS": "Live",
"SUBGENRE": "Tolkien",
"UPTIME": "1772807079",
"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": {
"AARDWOLF": false,
"ATCP": false,
"GMCP": true,
"MCCP2": true,
"MCCP3": false,
"MSDP": false,
"MSP": false,
"MSSP": true,
"MXP": false,
"ZMP": false
},
"server_requested": {
"AARDWOLF": false,
"ATCP": false,
"CHARSET": true,
"GMCP": false,
"MCCP2": false,
"MCCP3": false,
"MSDP": false,
"MSP": false,
"MSSP": false,
"MXP": false,
"NAWS": true,
"NEW_ENVIRON": true,
"TTYPE": true,
"ZMP": false
}
},
"scan_type": "quick",
"timing": {
"probe": 0.0,
"total": 10.98672890663147
}
}
},
"sessions": [
{
"connected": "2026-03-07T03:58:26.884789+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.
Generated by telnetlib3-fingerprint
telnetlib3-fingerprint --loglevel=debug mume.org 4242
Show Logfile
DEBUG client.py:1193 Fingerprint client: host=mume.org port=4242
INFO client_base.py:186 Connected to <Peer 193.134.218.98 4242>
DEBUG stream_writer.py:3330 pending_option[WILL + MXP] = True
DEBUG stream_writer.py:1019 send IAC WILL MXP
DEBUG stream_writer.py:3330 pending_option[WILL + ATCP] = True
DEBUG stream_writer.py:1019 send IAC WILL ATCP
DEBUG stream_writer.py:3330 pending_option[WILL + MCCP3_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC WILL MCCP3_COMPRESS
DEBUG stream_writer.py:3330 pending_option[WILL + GMCP] = True
DEBUG stream_writer.py:1019 send IAC WILL GMCP
DEBUG stream_writer.py:3330 pending_option[WILL + AARDWOLF] = True
DEBUG stream_writer.py:1019 send IAC WILL AARDWOLF
DEBUG stream_writer.py:3330 pending_option[WILL + MSP] = True
DEBUG stream_writer.py:1019 send IAC WILL MSP
DEBUG stream_writer.py:3330 pending_option[WILL + MSDP] = True
DEBUG stream_writer.py:1019 send IAC WILL MSDP
DEBUG stream_writer.py:3330 pending_option[WILL + MSSP] = True
DEBUG stream_writer.py:1019 send IAC WILL MSSP
DEBUG stream_writer.py:3330 pending_option[WILL + ZMP] = True
DEBUG stream_writer.py:1019 send IAC WILL ZMP
DEBUG stream_writer.py:3330 pending_option[WILL + MCCP2_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:3330 pending_option[DO + MXP] = True
DEBUG stream_writer.py:1019 send IAC DO MXP
DEBUG stream_writer.py:3330 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:1019 send IAC DO ATCP
DEBUG stream_writer.py:3330 pending_option[DO + MCCP3_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC DO MCCP3_COMPRESS
DEBUG stream_writer.py:3330 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:1019 send IAC DO GMCP
DEBUG stream_writer.py:3330 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:1019 send IAC DO AARDWOLF
DEBUG stream_writer.py:3330 pending_option[DO + MSP] = True
DEBUG stream_writer.py:1019 send IAC DO MSP
DEBUG stream_writer.py:3330 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:1019 send IAC DO MSDP
DEBUG stream_writer.py:3330 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:1019 send IAC DO MSSP
DEBUG stream_writer.py:3330 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:1019 send IAC DO ZMP
DEBUG stream_writer.py:3330 pending_option[DO + MCCP2_COMPRESS] = True
DEBUG stream_writer.py:1019 send IAC DO MCCP2_COMPRESS
DEBUG stream_writer.py:768 recv IAC DO NAWS
DEBUG stream_writer.py:1836 handle_do(NAWS)
DEBUG stream_writer.py:3330 pending_option[WILL + NAWS] = True
DEBUG stream_writer.py:1019 send IAC WILL NAWS
DEBUG stream_writer.py:2453 send IAC SB NAWS (rows=25, cols=80) IAC SE
DEBUG stream_writer.py:3330 local_option[NAWS] = True
DEBUG stream_writer.py:3330 pending_option[WILL + NAWS] = False
DEBUG stream_writer.py:768 recv IAC DO TTYPE
DEBUG stream_writer.py:1836 handle_do(TTYPE)
DEBUG stream_writer.py:3330 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:1019 send IAC WILL TTYPE
DEBUG stream_writer.py:3330 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3330 local_option[TTYPE] = True
DEBUG stream_writer.py:3330 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:768 recv IAC DO CHARSET
DEBUG stream_writer.py:1836 handle_do(CHARSET)
DEBUG stream_writer.py:3330 pending_option[WILL + CHARSET] = True
DEBUG stream_writer.py:1019 send IAC WILL CHARSET
DEBUG stream_writer.py:3330 local_option[CHARSET] = True
DEBUG stream_writer.py:3330 pending_option[WILL + CHARSET] = False
DEBUG stream_writer.py:768 recv IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:1994 handle_will(MCCP2_COMPRESS)
DEBUG stream_writer.py:993 skip DO MCCP2_COMPRESS; pending_option = True
DEBUG stream_writer.py:3330 remote_option[MCCP2_COMPRESS] = True
DEBUG stream_writer.py:3330 pending_option[DO + MCCP2_COMPRESS] = False
DEBUG stream_writer.py:768 recv IAC WILL MSSP
DEBUG stream_writer.py:1994 handle_will(MSSP)
DEBUG stream_writer.py:993 skip DO MSSP; pending_option = True
DEBUG stream_writer.py:3330 remote_option[MSSP] = True
DEBUG stream_writer.py:3330 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:768 recv IAC DO NEW_ENVIRON
DEBUG stream_writer.py:1836 handle_do(NEW_ENVIRON)
DEBUG stream_writer.py:3330 pending_option[WILL + NEW_ENVIRON] = True
DEBUG stream_writer.py:1019 send IAC WILL NEW_ENVIRON
DEBUG stream_writer.py:3330 pending_option[SB + NEW_ENVIRON] = True
DEBUG stream_writer.py:3330 local_option[NEW_ENVIRON] = True
DEBUG stream_writer.py:3330 pending_option[WILL + NEW_ENVIRON] = False
DEBUG stream_writer.py:768 recv IAC WILL GMCP
DEBUG stream_writer.py:1994 handle_will(GMCP)
DEBUG stream_writer.py:993 skip DO GMCP; pending_option = True
DEBUG stream_writer.py:3330 remote_option[GMCP] = True
DEBUG stream_writer.py:1067 send IAC SB GMCP Core.Hello IAC SE
DEBUG stream_writer.py:1067 send IAC SB GMCP Core.Supports.Set IAC SE
INFO client.py:201 GMCP handshake: Core.Hello + Core.Supports.Set ['Char 1', 'Char.Vitals 1', 'Char.Items 1', 'Room 1', 'Room.Info
1', 'Comm 1', 'Comm.Channel 1', 'Group 1']
DEBUG stream_writer.py:3330 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:768 recv IAC DONT MXP
DEBUG stream_writer.py:1959 handle_dont(MXP)
DEBUG stream_writer.py:3330 pending_option[WILL + MXP] = False
DEBUG stream_writer.py:3330 local_option[MXP] = False
DEBUG stream_writer.py:768 recv IAC DONT ATCP
DEBUG stream_writer.py:1959 handle_dont(ATCP)
DEBUG stream_writer.py:3330 pending_option[WILL + ATCP] = False
DEBUG stream_writer.py:3330 local_option[ATCP] = False
DEBUG stream_writer.py:768 recv IAC DONT MCCP3_COMPRESS
DEBUG stream_writer.py:1959 handle_dont(MCCP3_COMPRESS)
DEBUG stream_writer.py:3330 pending_option[WILL + MCCP3_COMPRESS] = False
DEBUG stream_writer.py:3330 local_option[MCCP3_COMPRESS] = False
DEBUG stream_writer.py:768 recv IAC DONT GMCP
DEBUG stream_writer.py:1959 handle_dont(GMCP)
DEBUG stream_writer.py:3330 pending_option[WILL + GMCP] = False
DEBUG stream_writer.py:3330 local_option[GMCP] = False
DEBUG stream_writer.py:768 recv IAC DONT AARDWOLF
DEBUG stream_writer.py:1959 handle_dont(AARDWOLF)
DEBUG stream_writer.py:3330 pending_option[WILL + AARDWOLF] = False
DEBUG stream_writer.py:3330 local_option[AARDWOLF] = False
DEBUG stream_writer.py:768 recv IAC DONT MSP
DEBUG stream_writer.py:1959 handle_dont(MSP)
DEBUG stream_writer.py:3330 pending_option[WILL + MSP] = False
DEBUG stream_writer.py:3330 local_option[MSP] = False
DEBUG stream_writer.py:768 recv IAC DONT MSDP
DEBUG stream_writer.py:1959 handle_dont(MSDP)
DEBUG stream_writer.py:3330 pending_option[WILL + MSDP] = False
DEBUG stream_writer.py:3330 local_option[MSDP] = False
DEBUG stream_writer.py:768 recv IAC DONT MSSP
DEBUG stream_writer.py:1959 handle_dont(MSSP)
DEBUG stream_writer.py:3330 pending_option[WILL + MSSP] = False
DEBUG stream_writer.py:3330 local_option[MSSP] = False
DEBUG stream_writer.py:768 recv IAC DONT ZMP
DEBUG stream_writer.py:1959 handle_dont(ZMP)
DEBUG stream_writer.py:3330 pending_option[WILL + ZMP] = False
DEBUG stream_writer.py:3330 local_option[ZMP] = False
DEBUG stream_writer.py:768 recv IAC DONT MCCP2_COMPRESS
DEBUG stream_writer.py:1959 handle_dont(MCCP2_COMPRESS)
DEBUG stream_writer.py:3330 pending_option[WILL + MCCP2_COMPRESS] = False
DEBUG stream_writer.py:3330 local_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:768 recv IAC WONT MXP
DEBUG stream_writer.py:2148 handle_wont(MXP)
DEBUG stream_writer.py:3330 remote_option[MXP] = False
DEBUG stream_writer.py:3330 pending_option[DO + MXP] = False
DEBUG stream_writer.py:768 recv IAC WONT ATCP
DEBUG stream_writer.py:2148 handle_wont(ATCP)
DEBUG stream_writer.py:3330 remote_option[ATCP] = False
DEBUG stream_writer.py:3330 pending_option[DO + ATCP] = False
DEBUG stream_writer.py:768 recv IAC WONT MCCP3_COMPRESS
DEBUG stream_writer.py:2148 handle_wont(MCCP3_COMPRESS)
DEBUG stream_writer.py:3330 remote_option[MCCP3_COMPRESS] = False
DEBUG stream_writer.py:3330 pending_option[DO + MCCP3_COMPRESS] = False
DEBUG stream_writer.py:768 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2148 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3330 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3330 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:768 recv IAC WONT MSP
DEBUG stream_writer.py:2148 handle_wont(MSP)
DEBUG stream_writer.py:3330 remote_option[MSP] = False
DEBUG stream_writer.py:3330 pending_option[DO + MSP] = False
DEBUG stream_writer.py:768 recv IAC WONT MSDP
DEBUG stream_writer.py:2148 handle_wont(MSDP)
DEBUG stream_writer.py:3330 remote_option[MSDP] = False
DEBUG stream_writer.py:3330 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:768 recv IAC WONT ZMP
DEBUG stream_writer.py:2148 handle_wont(ZMP)
DEBUG stream_writer.py:3330 remote_option[ZMP] = False
DEBUG stream_writer.py:3330 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:762 begin sub-negotiation SB MCCP2_COMPRESS
DEBUG stream_writer.py:749 sub-negotiation cmd MCCP2_COMPRESS SE completion byte
DEBUG stream_writer.py:2187 [SB + MCCP2_COMPRESS] unsolicited
DEBUG stream_writer.py:3178 MCCP2 activated
DEBUG client_base.py:448 MCCP2 decompression started (server→client)
DEBUG stream_writer.py:762 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:749 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3330 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2353 recv TTYPE SEND: b''
DEBUG stream_writer.py:2365 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG stream_writer.py:762 begin sub-negotiation SB CHARSET
DEBUG stream_writer.py:749 sub-negotiation cmd CHARSET SE completion byte
DEBUG stream_writer.py:2187 [SB + CHARSET] unsolicited
DEBUG client.py:376 encoding negotiated: ISO_8859-1:1987
DEBUG stream_writer.py:2270 send IAC SB CHARSET ACCEPTED ISO_8859-1:1987 IAC SE
DEBUG stream_writer.py:762 begin sub-negotiation SB NEW_ENVIRON
DEBUG stream_writer.py:749 sub-negotiation cmd NEW_ENVIRON SE completion byte
DEBUG stream_writer.py:3330 pending_option[SB + NEW_ENVIRON] = False
DEBUG stream_writer.py:2398 recv NEW_ENVIRON SEND (all)
DEBUG stream_writer.py:2419 env send: =''
DEBUG stream_writer.py:762 begin sub-negotiation SB GMCP
DEBUG stream_writer.py:749 sub-negotiation cmd GMCP SE completion byte
DEBUG stream_writer.py:2187 [SB + GMCP] unsolicited
DEBUG client.py:210 GMCP: Client.GUI {'url': 'https://mume.org/download/clients/mudlet/mume_gui.mpackage', 'version': '1'}
DEBUG stream_writer.py:762 begin sub-negotiation SB GMCP
DEBUG stream_writer.py:749 sub-negotiation cmd GMCP SE completion byte
DEBUG stream_writer.py:2187 [SB + GMCP] unsolicited
DEBUG client.py:210 GMCP: Client.Map {'url': 'https://mume.org/download/mapper/arda-base.xml'}
DEBUG stream_writer.py:762 begin sub-negotiation SB GMCP
DEBUG stream_writer.py:749 sub-negotiation cmd GMCP SE completion byte
DEBUG stream_writer.py:2187 [SB + GMCP] unsolicited
DEBUG client.py:210 GMCP: Comm.Channel.List [{'caption': 'Tales', 'command': 'narrate', 'name': 'tales'}, {'caption': 'Whispers',
'command': 'whisper', 'name': 'whispers'}, {'caption': 'Tells', 'command': 'tell', 'name': 'tells'}, {'caption': 'Prayers',
'command': 'pray', 'name': 'prayers'}, {'caption': 'Songs', 'command': 'sing', 'name': 'songs'}, {'caption': 'Questions',
'command': 'ask', 'name': 'questions'}, {'caption': 'Says', 'command': 'say', 'name': 'says'}, {'caption': 'Socials',
'command': 'smile', 'name': 'socials'}, {'caption': 'Emotes', 'command': 'emote', 'name': 'emotes'}, {'caption': 'Yells',
'command': 'yell', 'name': 'yells'}]
DEBUG stream_writer.py:762 begin sub-negotiation SB MSSP
DEBUG stream_writer.py:749 sub-negotiation cmd MSSP SE completion byte
DEBUG stream_writer.py:2187 [SB + MSSP] unsolicited
DEBUG stream_writer.py:1745 MSSP: {'NAME': 'MUME - Multi-Users in Middle-earth', 'PLAYERS': '37', 'PLAYERS WAR': '160', 'UPTIME':
'1772807079', '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': '30222', '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': '2998', 'GAME
MONTH': 'Afteryule', 'GAME DAY': '10', 'GAME HOUR': '21'}
DEBUG stream_writer.py:1400 IAC GA: Go-Ahead (unhandled).
DEBUG client_base.py:496 negotiation complete after 0.62s.
DEBUG stream_writer.py:1400 IAC GA: Go-Ahead (unhandled).
DEBUG stream_writer.py:762 begin sub-negotiation SB GMCP
DEBUG stream_writer.py:749 sub-negotiation cmd GMCP SE completion byte
DEBUG stream_writer.py:2187 [SB + GMCP] unsolicited
DEBUG client.py:210 GMCP: Core.Goodbye None
DEBUG client_base.py:89 EOF from server, closing.
INFO client_base.py:118 Connection closed to <Peer 193.134.218.98 4242>
INFO fingerprinting.py:746 new server fingerprint 441585475f20910d