TempusMUD

tempusmud.com:2020 🔒

Server Info

  • Codebase: Custom

  • Genre: Fantasy, Science Fiction

  • Gameplay: Hack and Slash

  • Players online: 6 [1]

  • Created: 1995

  • Status: Live

  • Website: https://tempusmud.com

  • Location: United States

  • TLS/SSL: Port 2023

Protocol Support

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

  • MSSP: Yes (MSSP)

  • GMCP: No

  • MSDP: Negotiated

  • MCCP: No

  • MCCP2: No

  • MXP: No

  • MSP: No

  • MCP: No

  • ZMP: No

Telnet Fingerprint

2d84e99d87364e37…

This fingerprint is shared by 1 other server.

Options requested from client: NEW_ENVIRON

Data source: 2d84e99d87364e37/29c402b9fb61060d.json

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

{
  "server-probe": {
    "fingerprint": "2d84e99d87364e37",
    "fingerprint-data": {
      "offered-options": [],
      "probed-protocol": "server",
      "refused-options": [],
      "requested-options": [
        "NEW_ENVIRON"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "",
      "banner_before_return": "\r\nIf you use a screen reader, you'll want to use port 2021\r\n\u001b[2J. . . . . . . . . . ./+syhdddddhyo/-`      .   .   .   .   .   .   .   .   .\r\r\n. . . . . . . . -ohmdy+:-.````..:/ohmds:`\r\r\n. . . . . . .`odms:`                 .+hms-     \\\\\\\\\\ TEMPUS //////////\r\r\n. . . . . ..sNh/`                       .omh-\r\r\n. . . . . /md:          ,..._             `oNs`    the Anachronistic   .   .\r\r\n. . . . `sNs`     .:/oyhdmNNmhy+:.  /ymmh.  -dd.    Multiple User Domain\r\r\n. . . . sMo       +my/::::-:yMMMMMNmNMMMMs  .-dm.      .   .   .   .   .   .\r\r\n. . . ./My         `      `/dMMMMMMMMMdy/` /mh:Nh     BASE: Circle 3,\r\r\n. . .  mM.               :hMMMMMMMNNMMy+osyho- oM:    Jeremy Elson .   .   .\r\r\n. . . -Md             `/hMMMMMMms:.-/shdy+.    -Ms    A derivative of\r\r\n. . . :Mh            :mMMMMMMMs:...            .My    DikuMUD (GAMMA 0.0)  .\r\r\n. . . -Md           :NMMMMMMMMMNNNmdo:`        -Ms\r\r\n. . .  -`         :hNMMMmyoosydmNNMMMNds:`     sM:    Powered by Linux .   .\r\r\n. . .:yNMNmy+:..:yNMMMd/`     ``..:sdNMMNms:.-sNh\r\r\n. . +NhsyddNMMNNMMMmy-`             `-+ydNMMNNMm.    Please email  .   .   .\r\r\n. . yy. .omh:+sdy+-`                    `.:yMMd.    admin@tempusmud.com     \r\r\n. . . . . /mm+``                          .yNs`    with any login issues.  .\r\r\n. . . . . .`oNm+.                       -sNh-\r\r\n. . . . . . .`+dNh+.                `-odmy-       visit www.tempusmud.com  .\r\r\n. . . . . . . . .ohmmhs+/--...-:/oydNds:`\r\r\n. . . . . . . . . . ./+syhdmmddhyo/-`      .   .   .   .   .   .   .   .   .\r\r\nTo connect via SSL, use port 2023.\r\r\n  Login with your account name, 'create' to create an account, or 'recover' to recover your account: ",
      "encoding": "ascii",
      "mssp": {
        "ANSI": "1",
        "AREAS": "445",
        "CODEBASE": "Custom",
        "CONTACT": "azimuth@tempusmud.com",
        "CREATED": "1995",
        "DISCORD": "https://discord.gg/U5khR275VR",
        "GAMEPLAY": "Hack and Slash",
        "GENRE": [
          "Fantasy",
          "Science Fiction"
        ],
        "HELPFILES": "1235",
        "HOSTNAME": "mud.tempusmud.com",
        "IP": "96.126.108.175",
        "IPV6": "2600:3c03::f03c:93ff:fee5:454a",
        "LANGUAGE": "English",
        "LOCATION": "United States",
        "MOBILES": "9901",
        "NAME": "TempusMUD",
        "OBJECTS": "13579",
        "PLAYERS": "6",
        "PORT": "2020",
        "ROOMS": "45266",
        "SSL": "2023",
        "STATUS": "Live",
        "SUBGENRE": "Time Travel",
        "TLS": "2023",
        "UPTIME": "1770429867",
        "WEBSITE": "https://tempusmud.com"
      },
      "option_states": {
        "environ_requested": [
          {
            "name": "*",
            "type": "USERVAR"
          }
        ],
        "server_offered": {
          "0x56": false,
          "EOR": true,
          "MSDP": true,
          "MSSP": true
        },
        "server_requested": {
          "NEW_ENVIRON": true
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.0,
        "total": 2.5715160369873047
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-02-08T17:10:03.633854+00:00",
      "host": "tempusmud.com",
      "ip": "96.126.108.175",
      "port": 2020
    }
  ]
}

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=tempusmud.com port=2023
INFO client_base.py:174 Connected to <Peer 96.126.108.175 2023>
DEBUG client_base.py:460 negotiation complete after 2.00s.
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 + GMCP] = True
DEBUG stream_writer.py:933 send IAC DO GMCP
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 + MSSP] = True
DEBUG stream_writer.py:933 send IAC DO MSSP
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
INFO client_base.py:108 Connection lost to <Peer 96.126.108.175 2023>: [Errno 104] Connection reset by peer
INFO fingerprinting.py:746 connection for server fingerprint a8a260cc4662430c

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug tempusmud.com 2020