poztter.net / status
Status.
Live reachability and version reports for the registered POZ
servers. The data below is loaded from
status.json, which is
written periodically by the network's scrape job.
Loading…
| Domain | Host | Role | 7074 | 7075 | 7076 | Last checked |
|---|---|---|---|---|---|---|
| Loading status… | ||||||
the status.json schema
{
"generated_at": "2026-05-03T12:00:00Z",
"generator": "poz_status_scrape v0.1",
"servers": [
{
"domain": "poztter.org",
"host": "poz1.poztter.org",
"ip": "203.0.113.10",
"role": "authoritative",
"ports": {
"7074": { "open": true, "version": "poz_server 0.1.0" },
"7075": { "open": true, "version": "poz_server 0.1.0" },
"7076": { "open": true, "version": "poz_server 0.1.0" }
},
"last_checked": "2026-05-03T12:00:00Z"
}
]
}
how the scrape works
- Cron job on the poztter.net droplet wakes every N minutes.
- For each server in the registry, attempts a TCP connect to each declared port.
- For 7075 / 7076, performs a Noise NK handshake and issues a
SERIALquery to confirm the server speaks the protocol. - Records the result, including any version string the server reports.
- Writes
status.jsonatomically.
Until the scrape job is wired up, this page shows placeholder data
from a hand-edited status.json. Treat the indicators
as illustrative.