Viewing revision r1 of Sysop Guide — saved 2026-05-11 11:06 UTC .
“Initial seed content”
Jump to current version Full history

Sysop Guide

The long-form admin overview. Newer than the README, less prescriptive
than the Tutorial.

What runs

ANetBBS is a couple of services:

Service What it does
anetbbs-web gunicorn + eventlet. Serves the web UI, REST, sockets.
anetbbs-telnet asyncio listener on 23/22/513 — telnet, SSH, rlogin
anetbbs-mrc-bridge persistent MRC connection

systemctl status anetbbs-web anetbbs-telnet anetbbs-mrc-bridge
shows the lot.

Daily

Weekly

Monthly

On upgrade

  1. sudo systemctl stop anetbbs-web anetbbs-telnet anetbbs-mrc-bridge
  2. Run Backup
  3. sudo bash update.sh --install-dir /home/stingray/anetbbs
  4. sudo systemctl start anetbbs-web anetbbs-telnet anetbbs-mrc-bridge
  5. Hard-refresh your browser to bust cached CSS.
  6. Watch journalctl -u anetbbs-web -f for a minute to catch
    any column-add migration noise.

Where things live

See also