100 BBS Era MUDs resources for MUD players
This resource guide provides technical pathways for preserving and running BBS-era MUDs and door games. It focuses on the transition from dial-up systems to networked environments, offering specific tools for emulation, code recovery, and historical documentation for MUD historians and retro-computing developers.

Preservation Tools and Code Repositories
- 1
MUD Archive on GitHub
beginnerhighA curated collection of legacy MUD source code, including early DikuMUD, AberMUD, and LPMud versions preserved for educational use.
- 2
Textfiles.com MUD Directory
beginnerstandardJason Scott's archive of early MUD documentation, design documents, and technical specs from the 1980s and 1990s.
- 3
The Major BBS (Worldgroup) Restoration Project
advancedhighTools and documentation for running Galacticomm's Major BBS, the primary host for many commercial BBS-era MUDs like MajorMUD.
- 4
SyncTERM
beginnermediumA cross-platform terminal program that supports PETSCII, Atari, and ANSI BBS-era terminal emulations required for accurate testing.
- 5
AnsiLove/C
intermediatestandardA tool to convert legacy BBS ANSI art and screens into PNG images for modern web-based documentation and archiving.
- 6
DikuMUD 1.1 Source Recovery
intermediatemediumThe original 1991 source release of DikuMUD, essential for understanding the transition from BBS-style play to networked server architecture.
- 7
BBS Door Game Archive
beginnermediumA repository of 'Door' games (proto-MUDs) such as Legend of the Red Dragon (LORD) and TradeWars 2002 that shared MUD mechanics.
- 8
Gnu-Ansi-C-LPMud
advancedstandardA specific branch of LPMud optimized for early C compilers, useful for porting legacy BBS logic to modern Linux environments.
- 9
MUD-Dev Mailing List Archives
beginnerhighA historical archive of technical discussions by early MUD developers regarding state persistence and network protocols.
- 10
The CircleMUD Codebase Archive
intermediatemediumThe complete source history for CircleMUD, which was the bridge for many BBS operators moving into the internet-connected MUD era.
Emulation and Modern Hosting Stacks
- 1
DOSBox-X for MUD Hosting
intermediatehighAn enhanced fork of DOSBox that includes better support for 16-bit networking, necessary for running DOS-based BBS MUDs.
- 2
NetFoss Telnet Bridge
advancedhighA FOSS-compliant Telnet-to-COM port bridge that allows 16-bit DOS door games to be played over modern TCP/IP connections.
- 3
Synchronet BBS Software
intermediatemediumModern BBS software with built-in Telnet/SSH support and a robust API for hosting legacy MUD door games on Windows or Linux.
- 4
Mystic BBS Node Management
intermediatestandardA light-weight BBS suite that is frequently used by preservationists to host multi-node legacy MUDs with minimal overhead.
- 5
GameSrv
advancedmediumA multi-platform BBS door server that specifically handles the socket-to-local-pipe conversion required for older multi-user games.
- 6
vmodem Virtual Modem Driver
advancedhighSimulates a Hayes-compatible modem over TCP/IP, allowing unmodified 1980s MUD software to 'answer' incoming internet calls.
- 7
DoorWay Door Driver
intermediatestandardA legacy utility used to wrap non-BBS aware programs into a BBS environment; critical for running early standalone text games.
- 8
BBSLink Inter-BBS Network
beginnermediumA centralized server system that allows different BBS systems to share a single MUD instance across the internet.
- 9
Wine Win16 Support
advancedstandardConfiguring Wine on 32-bit Linux systems to run 16-bit Windows MUD servers like early versions of Worldgroup.
- 10
Telnet-to-Websocket Proxies
intermediatehighTools like 'wstelnet' that allow legacy BBS MUDs to be played directly in a modern web browser without specialized clients.
Historical Research and Documentation
- 1
Google Groups USENET Archive
beginnermediumSearchable records of alt.bbs and alt.mud from the late 80s, containing original bug fixes and release announcements.
- 2
BBS Documentation Project
beginnerstandardA community-driven wiki focusing on the technical manuals of BBS software that hosted the first generation of multi-user games.
- 3
Richard Bartle's Early Papers
beginnerhighThe foundational academic papers on MUD design and player types, many of which were written during the BBS-to-Internet transition.
- 4
The MUD Connector (Archived)
intermediatestandardHistorical listings from TMC via the Wayback Machine, used to track the lifespan and evolution of specific BBS-based MUDs.
- 5
BBS Door Game History Wiki
beginnermediumDetailed development histories of games like Solar Realms Elite and Barren Realms Elite, which influenced later MUD economies.
- 6
The Museum of Art and Digital Entertainment
intermediatemediumA resource for finding legal pathways to access and preserve abandonware MUD codebases that are otherwise stuck in copyright limbo.
- 7
Early MUD Map Archives
beginnerstandardCollections of hand-drawn or ASCII maps from the 80s, providing insight into the spatial design constraints of low-bandwidth systems.
- 8
BBS Scene File Echoes
advancedmediumArchives of FidoNet 'file echoes' where MUD source code was originally distributed between BBS sysops.
- 9
VirtualBox FreeDOS Implementation
intermediatehighA guide to setting up a FreeDOS environment in VirtualBox for the most stable execution of 1980s assembly-based MUD engines.
- 10
The Major BBS Emulation Wiki
advancedstandardTechnical deep-dives into the 'Module' system used by Galacticomm, which was the precursor to modern plugin architectures.