IronMUD

A modern MUD. Build it in-game. Play it from anywhere.

telnet play.ironmud.games 4000

What is it?

IronMUD is a modern multi-user dungeon (MUD) server written in Rust. It pairs a classic room-based world with hot-reload scripting so builders can edit game content live without server restarts. Embedded database, optional Discord bridge, optional AI-assisted prose.

Modern features

Classic MUD soul

Real-time combat, NPCs with daily routines, shops, crafting, fishing, and player housing — playable in Mudlet, tintin++, Blightmud, MUSHclient, or plain telnet.

How to play in 30 seconds

  1. 1. Connect

    telnet play.ironmud.games 4000
  2. 2. Create a character

    create <name> <password>

    Telnet is unencrypted — pick a throwaway password.

  3. 3. Explore

    look
    exits
    north

For builders & operators

Single Rust binary with an embedded database. Clone, build, run, and start digging rooms in-game:

cargo build --release
./target/release/ironmud --port 4000

setbuilder on
dig north "A Room"
medit create "town guard"