Skip to content

Operations Guide

This section covers deploying, configuring, and running HoloMUSH servers.

Overview

HoloMUSH is designed to be easy to deploy and operate. It runs as a single binary with PostgreSQL as its only external dependency.

Getting Started

  1. Quick Start - Get a development server running in minutes
  2. Production Setup - Deploy with proper security and monitoring
  3. Configuration - Customize behavior for your use case

Documentation Sections

Deployment

Configuration

Operations

Security

Requirements

Component Minimum Recommended
CPU 1 core 2+ cores
Memory 256 MB 512 MB
PostgreSQL 18+ 18+
Storage 1 GB 10+ GB

Telnet vs Web

HoloMUSH supports two connection methods:

  • Telnet (port 4201) - Classic MU* client compatibility
  • WebSocket (port 8080) - Modern web client with PWA support

Both protocols connect to the same game world and share the same session system.