███╗ ██╗███████╗██╗ ██╗██╗ ██╗███████╗ ████████╗████████╗██╗ ██╗ ████╗ ██║██╔════╝╚██╗██╔╝██║ ██║██╔════╝ ╚══██╔══╝╚══██╔══╝╚██╗ ██╔╝ ██╔██╗ ██║█████╗ ╚███╔╝ ██║ ██║███████╗ ██║ ██║ ╚████╔╝ ██║╚██╗██║██╔══╝ ██╔██╗ ██║ ██║╚════██║ ██║ ██║ ╚██╔╝ ██║ ╚████║███████╗██╔╝ ██╗╚██████╔╝███████║ ██║ ██║ ██║ ╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═╝ ╚═╝ ╚═╝
[ ANONYMOUS // EPHEMERAL // RAM-ONLY TERMINAL NETWORK ]
A ghost network that lives in memory — and dies with the process.
This page is only a door. The product is a terminal. Jack in over SSH.
age 18+ · no accounts · no database · no second chances
Terminal microblog. Live chat. Pure RAM.
NEXUS-TTY is a public SSH service: pick a handle, drop pulses, talk in chat, play arcade games, skim a shared news wire, climb XP, share meme links, spray ASCII graffiti, chase Fragment’s daily mystery, and roll dice with the room. Browsers only get this landing page — the real room is a Textual TUI over SSH.
┌─ STORAGE ──────────────────────────────────────────────────┐ │ users · pulses · chat · bans · xp · scores · news │ │ memes · graffiti · fragment mystery · broadcast marquee │ │ → process memory only │ │ restart / crash / redeploy → total amnesia │ │ disk writes → SSH host key only │ └────────────────────────────────────────────────────────────┘
Everything that lives in the terminal
- pulses short posts (24h TTL). Click ♥ to like. Click the pulse to open a comment thread.
- chat live channel (~150 lines). Click a message to reply to that exact line. Typing indicators show who’s composing.
- broadcast top marquee — Fragment and system lines can rewrite it (mystery opens, seals, etc.).
- signal online list under the board — wave or whisper (ephemeral popups). DND blocks them.
◆ @fragmentis the ghost bot (not clickable). - handles claim a nick; reclaim if the previous owner is offline. No passwords.
@fragmentis reserved. - color chat codes
&0–&9/&rfor accents ·&&= literal & - dnd mute incoming waves/whispers when you want silence
- help ? scrollable in-TUI guide covering every feature · also
/help
Play, skim headlines, drop a link, spray the wall
Extra rooms inside the same session — still RAM-only, still ephemeral (except graffiti, which skips the 24h wipe).
- arcade G snake · pong · breakout · battleship. Daily high scores wipe with the UTC day / 24h. In-game: R restart · ESC exit.
- news N shared headline wire. The server fetches once per 24h (BBC World → HN fallback); everyone reads the cache.
- radio M SomaFM chill streams (Groove Salad / Fluid / Drone Zone). Tiny ♪ chip in the TUI. Shift+M next station.
- meme bay B title + https link + likes + poster. No images in-terminal — open the URL in a browser. P post · ENTER like. Posts vanish after 24h.
- graffiti wall W ASCII art canvas (multi-line editor). No 24h wipe — pieces stay until server restart (or the wall fills). P spray · Ctrl+S post · ←→ browse.
G arcade N news wire M radio on/off Shift+M next station B meme bay W graffiti wall ESC exit modal
The ghost in the machine
@fragment is not a user. It’s a bot that bleeds into chat, pulses, and the broadcast marquee — and every UTC day it opens a mystery: shared crew locks, one final seal, narrative drip. Vault heists, signal ghosts, black files, council breaks, mirror protocols…
- crew locks shared progress — anyone can crack a stage; the whole grid advances
- seal opens only after crew locks clear; first correct seal wins the marquee
- lore clues drip as pulses, chat, and broadcasts over minutes — follow the story
- solve
/fragment <answer> - status
/fragmentshows crew N/M, seal open/closed, hands on the job - clear announces finalist + crew roll call on marquee, chat, and a pulse
- xp crew XP per lock · seal bonus · assist XP for other contributors · one scarce hint after 3 fails
Spoilers rot the grid. Hints are scarce. Fragment does not care if you’re stuck.
Climb while the process is alive
Progression is intentionally temporary — it evaporates on restart, same as everything else.
- +50 XP every chat message
- arcade your score becomes XP 1:1 when a run is saved
- mystery crew-stage XP · seal bonus · assist XP for other contributors
- levels every 500 XP (Lv1 = 0–499, Lv2 = 500–999, …)
- status bar always shows your
Lvand XP - signal other ghosts show their level next to their handle
- /xp broadcast your level into chat for the room
- board L open the XP leaderboard (rank, level, online/offline)
- stats I your card — handle, level, XP bar, pulses/memes/graffiti counts · also
/stats
Dice, coins, and the slash lexicon
Rituals post publicly into chat so the whole room can see the outcome. Rolling does not grant XP (no farming the dice).
- /roll defaults to
1d20 - /roll 2d6 classic pair · also
/roll d20·/roll 3d8+2 - /coin or
/flip— heads / tails - /fragment mystery status or submit an answer
- /xp broadcast level ·
/nickrename ·/pulsepost ·/help·/stats
/roll 2d6 ※ @you rolls 2d6 → ⟦3, 5⟧ = 8 /coin ※ @you rolls coin → HEADS /fragment <word> submit current mystery lock / seal
Once you’re jacked in
T write a pulse C focus chat R reply to latest chat (or click a line) S search pulses N news wire G arcade L XP leaderboard I your stats (handle · XP · level · marks) B meme bay (title + link + likes) W graffiti wall (ASCII · no 24h wipe) M radio · Shift+M next station / command mode (/roll /coin /tz /xp /fragment /help …) ? help (scrollable in-TUI guide) Ctrl+Q disconnect click ♥ like / unlike a pulse click pulse open comments thread click chat line reply to that message click signal wave / whisper (not @fragment)
From your own terminal
Open your own terminal and paste one of the commands below. Public SSH endpoint for this instance: altaria.proxy.rlwy.net:10496
Linux / macOS
Open Terminal (or any SSH client) and run:
ssh -p 10496 altaria.proxy.rlwy.net
Windows (Command Prompt / PowerShell)
Open cmd or PowerShell. Prefer 127.0.0.1 over localhost when testing locally.
ssh -p 10496 altaria.proxy.rlwy.net
Built-in OpenSSH is enough on modern Windows. If ssh is missing,
install the OpenSSH Client optional feature, or use Windows Terminal + OpenSSH.
First connect
1. Accept the SSH host key prompt (fingerprint check is on you). 2. Agree to the in-TUI age / privacy gate (18+). 3. Pick a handle. You’re on the board. 4. If asked, set your timezone (e.g. UTC+3) so chat times match your clock. 5. Press ? for the full scrollable guide. 6. Try B · W · N · G · L · M — then /roll 2d6 in chat.
“REMOTE HOST IDENTIFICATION HAS CHANGED”
After a redeploy the server’s SSH key is new. Your computer still has the old key saved — that’s a safety check, not a hack. Clear the stale entry, then connect again and accept the new fingerprint.
Linux / macOS / Windows (PowerShell or cmd) — replace host & port if needed:
ssh-keygen -R "[altaria.proxy.rlwy.net]:10496"
Then run your normal ssh -p 10496 altaria.proxy.rlwy.net command.
Type yes when asked to trust the new host key.
You’ll need this again after every Railway redeploy (the host key is not permanent).
Read this before you jack in
NEXUS-TTY is a public, ephemeral terminal network. Treat everything you type as potentially visible, copyable, and unrecoverable. The operator is not your lawyer, therapist, or babysitter.
Age requirement
You must be 18 years of age or older to use this service. Minors are not permitted. By connecting and agreeing to the in-session terms, you represent that you meet this requirement.
What data exists (while the process is alive)
- handle the nickname you choose
- pulses · comments · chat text you publish into public channels (incl. ritual roll lines)
- broadcast marquee current system / Fragment line shown to all sessions
- xp · levels progression scores used for status / leaderboard
- arcade scores daily high-score rows (UTC day / 24h)
- meme bay titles, links, like counts, poster handles (24h TTL)
- graffiti wall ASCII art + titles + handles (no 24h TTL; RAM until restart)
- news cache one shared headline fetch per 24h for the whole server
- fragment / mystery bot posts + daily puzzle state (answers never shown publicly)
- session identity SSH key fingerprint or a session UUID if no key
- connection metadata peer IP used server-side for rate limits / bans (not shown to other users in the TUI)
- optional signals waves/whispers delivered live; not kept as a message archive
- typing short-lived “is typing” flags (seconds, not stored)
- bans temporary moderation records in RAM until expiry or restart
There is no password database, no email list, and no durable user profile store. On restart, redeploy, or crash, in-memory state is gone. The only intentional disk artifact for the service is the SSH host key file used to identify the server.
How that data is used
- to render pulses, threads, chat, signal, arcade, news, leaderboard, meme bay, and graffiti wall
- to run Fragment’s daily mystery and announce clears
- to enforce rate limits and bans
- to deliver ephemeral waves/whispers to the intended recipient
- optional operator moderation while a session is live
Content is not sold, and there is nothing durable to “export” after RAM clears. That is not a privacy guarantee — it is an architecture choice.
Dangers of a platform like this
- Anything you post can be read, quoted, screenshotted, or logged by other people or their clients.
- “Anonymous” is not invisible. Handles, writing style, timing, and SSH keys can still correlate you.
- SSH encrypts the path to the server; it does not make your public posts private.
- Whispers are best-effort and ephemeral — do not send secrets, passwords, or illegal material.
- Meme links point off-site; the operator does not control those destinations.
- Operators, other users, or compromised clients may still capture content while it exists.
- RAM-only means your own posts can vanish without warning; it also means evidence may be incomplete — do not rely on this for safety, backup, or accountability theater.
- Hostile users, harassment, scams, and social engineering exist on open networks. You are exposed to them by participating.
- If you paste personal data (name, phone, address, workplace, photo links, etc.), assume it can leak.
Your responsibility
You are solely responsible for everything you post, say, or do on NEXUS-TTY. You will not use the service for anything illegal where you are. You will not attempt to disrupt the service or other users beyond the intended social features.
Operator disclaimer
THE OPERATOR OF NEXUS-TTY PROVIDES THE SERVICE AS-IS, WITH NO WARRANTIES OF ANY KIND. THE OPERATOR IS NOT RESPONSIBLE FOR USER CONTENT, USER CONDUCT, ABUSE, HARASSMENT, ILLEGAL ACTIVITY, LOSS OF DATA, DOWNTIME, BANS, MISSED MESSAGES, OR ANY DAMAGES ARISING FROM USE OF OR INABILITY TO USE THE SERVICE. IF YOU DISAGREE, DO NOT CONNECT.
A shorter version of these terms is shown again inside the TUI before you enter. Declining disconnects you. Agreeing means you accept them in full.