Telnet

Last edited 2026-05-11 11:06 UTC · history · 13 views

Telnet

Classic terminal access. Port 23/tcp.

Clients

Any standard telnet client. For the best experience, pick one that
speaks CP437 and renders ANSI cleanly:

ANetBBS speaks the telnet binary-data option, so 8-bit clean transit
is on for ANSI escape sequences.

First-time login

You'll see a welcome screen, then a prompt:

(G)uest, (L)ogin, (N)ew user — choice:

Pick N to register. You'll be asked for a username, password,
email, and answer the New User Questionnaire.

Encoding

The session is CP437. The base.html theme talks about codepages —
each user can override per-account from /profile/edit. Default is
fine for almost everyone; non-CP437 only matters if you're trying to
read echomail bodies authored in Latin-1 or UTF-8.

See also: SSH (same UI, encrypted), Web Terminal (same UI,
in a browser tab).