@rhost/server
v1.6.7
Published
Zero-config RhostMUSH Docker server — start, init, and configure in one command
Maintainers
Readme
@rhost/server
Zero-config RhostMUSH Docker server. Pull, configure, and start in one command.
npx @rhost/server init # scaffold config
npx @rhost/server start # start the serverThis is a thin CLI wrapper around @rhost/testkit. All options and documentation live there.
Quick start
# Scaffold a new server directory
npx @rhost/server init my-mush
# With WebSocket and stunnel TLS
npx @rhost/server init my-mush --websocket --stunnel
# Start (uses defaults — pulls lcanady/rhostmush:latest)
cd my-mush
npx @rhost/server start
# Start with custom port
npx @rhost/server start --port 7000
# Build from source with WebSocket enabled
npx @rhost/server start --build-from-source --enable-websocketsCommands
| Command | Description |
|---------|-------------|
| init [dir] | Scaffold rhost.config.json, .env, and directory structure |
| start | Launch a RhostMUSH Docker container (default when no command given) |
Run npx @rhost/server <command> --help for full flag reference.
Full documentation
See the @rhost/testkit docs:
