> ESTABLISHING_CONNECTION

A sovereign, decentralized P2P communication node built for the open web. No CDN, no third-party fonts, no external calls at all - your UI framework is served from your own server, and your visitors are beaconed to nobody. Deploy your station, connect with allies, and communicate freely without algorithms or corporate oversight.

> STATUS: ISOLATED_NODE

> SYSTEM_TERMINOLOGY

πŸ›°οΈ RELAY NODE

The software you install on your server. Think of it as your independent, sovereign star shining alone in the digital void.

πŸ—ΊοΈ STAR CHART

Your station's radar. A contact list where you input the exact coordinates (URLs) of other trusted nodes you wish to follow.

🌌 CONSTELLATION

The decentralized network formed organically when multiple Relay Nodes connect and exchange signals with each other.

> CORE_TACTICAL_FEATURES

> THE RELAY PROTOCOL

Seamlessly re-broadcast and curate transmissions from allied nodes across your Constellation without relying on centralized algorithms.

> THE ANTI-LOOP SHIELD

Strict origin DNA tracking instantly detects and eliminates signal reverberations to prevent network spam loops and Echo Chambers.

> CASCADING CHAIN-PURGE

When a commander deletes a transmission, the destruction signal dynamically cascades to wipe mirrored data across the entire Trust Chain.

> SOVEREIGN DATA

You own the server, the database, and the media. Zero reliance on central servers, and since v8.0 zero third-party requests of any kind - the interface framework is vendored locally. No MySQL setup required.

> SIGNAL RESONANCE

A decentralized [ πŸ“» ROGER THAT ] protocol with built-in Anti-Spam mitigation to acknowledge allied signals.

> THE MEMORY VAULT

A dedicated Bookmark system powered by INNER JOIN. Safely pin transmissions locally without data redundancy.

> SYMMETRIC HANDSHAKE

Perfect cryptographic alignment during the mutual follow sequence, completely eliminating 401 Spoofing Paradox errors.

> THE ORACLE SENTINEL

Real-time tactical alerts sent to your Telegram. Get instantly notified of incoming DMs, followers, and security breaches.

> THE NOMADIC PROTOCOL

Absolute domain independence. Migrate your SQLite database to a new domain, and your station automatically re-syncs your coordinates across the constellation.

> STATION ARCHIVE & ESCAPE POD

Download a full ZIP backup of your station or an emergency export of your core SQLite memory from the Control Room. Both are token-protected in v8.0 and cannot be triggered by a third-party page.

> ANTI-COLLISION WAL ENGINE

Core memory operates on Write-Ahead Logging (WAL) and PRAGMA busy_timeout, gracefully handling high-traffic simultaneous bombardments without locking.

> THE QUANTUM GATE

Silky smooth, zero-reload authentication. Your Master Passcode decrypts your Vault and logs you in simultaneously in milliseconds.

> THE LIGHTHOUSE PROTOCOL

An opt-in headless directory. Transmit your coordinates to a central beacon to be discovered organically, or stay completely hidden.

> ENCRYPTED KEY VAULT

Log in from multiple devices securely. Your E2E Private Key is locked via AES-GCM encryption on the server, decrypted only by your Passcode.

> E2E LASER LINKS

Direct Point-to-Point messages protected by RSA-OAEP 2048-bit End-to-End Encryption. Zero-knowledge database storage.

> SCORCHED EARTH & PURGE

Fire silent tactical missiles to permanently wipe specific Direct Messages or Public Broadcasts from both your server and remote target nodes.

> GHOST PROTOCOL

Transmit highly sensitive text and media that physically self-destruct from the core memory and server after 24 hours.

> BUNKER MODE

Go dark. Seal your public timeline and turn your station into a private node where you manually approve or reject follower requests.

> ADVANCED MEDIA MATRIX

Attach up to 4 mixed media files (Images, Video, PTT Audio) simultaneously. The engine renders them into a seamless 2x2 CSS Grid.

> PTT AUDIO LOGS

Hold to record Walkie-Talkie style voice transmissions via native Web Audio API, complete with tactical squelch effects.

> THE ACK PROTOCOL

A decentralized, silent read-receipt system. Know exactly when your encrypted Laser Links have been decrypted by the target.

> SERVER_CAPACITY_PROJECTIONS

Relay is extremely lightweight. Expected P2P performance on a standard $1/month Shared Hosting (1 Core CPU, 1GB RAM, 25 Entry Processes):

GREEN ZONE

10 - 150 ALLIED NODES

Optimal performance. Constellation mass-broadcasts take only 2-5 seconds. Zero connection errors.

YELLOW ZONE

150 - 300 ALLIED NODES

Connection queues start building. Multi-cURL mass-broadcasts will take around 10-20 seconds to propagate.

RED ZONE

> 400 ALLIED NODES

High risk of crash. Vulnerable to Error 508 (Resource Limit Exceeded) due to extreme CPU execution limits.

> APPROVED_INFRASTRUCTURE

To ensure your sovereign node remains online and resilient within the Constellation, we highly recommend deploying on HostBadak Cloud Hosting. It perfectly matches Relay Station's lightweight technical specifications.


[ DEPLOY ON HOSTBADAK ]

> THE_LIGHTHOUSE_DIRECTORY

> ACTIVE PUBLIC RELAY STATIONS IN THE CONSTELLATION (SCANNING...)

> INITIATING_DEEP_SPACE_SCAN...

> TO JOIN THIS DIRECTORY, ENABLE OPT-IN IN YOUR RELAY CONSOLE.

Lighthouse Engine powered by emptyhub.my.id

> SECURITY_&_ARCHITECTURE

> V8.0 AEGIS - a full security and architecture overhaul. All perimeter defences were consolidated into a single audited layer, and every outbound request, state-changing action and upload path was re-examined.

> ENFORCED PROTOCOLS

  • Strict Allowlist Validation: Values that control behaviour are checked against exact allowlists - not stripped of markup - and every value is escaped where it is rendered.
  • Symmetric Key Exchange: Exchanges and enforces secret tokens to prevent cross-domain 401 Spoofing.
  • End-to-End Encryption: Zero-knowledge storage. Private keys never leave the browser.
  • Rate Limiting: Protects endpoints against signal flooding (Max 5 req/min).
  • Symmetrical Firewall: Only accepts signals from nodes listed in your Star Chart.
  • Anti-Brute Force: Freezes console access for 15 minutes after 5 failed login attempts.
  • Strict SSL Enforcement: Blocks unencrypted HTTP requests to prevent MitM attacks.
  • CSRF-Protected Actions: Every state-changing action requires a POST with a per-session token. Destructive controls can no longer be fired by a stray link or an image tag on a third-party page.
  • SSRF Containment: Outbound node requests must be HTTPS on a standard port and resolve only to publicly routable addresses. Loopback, private, link-local and cloud-metadata targets are refused, and the validated address is pinned so DNS cannot be re-pointed mid-request.
  • Verified TLS Everywhere: Certificate and hostname verification is enforced on every outbound request, with redirects not followed.
  • Hardened Sessions: Session identifiers are rotated on login, cookies are Secure, HttpOnly and SameSite=Strict, and both idle and absolute lifetimes apply.
  • Core Memory Shielded: The SQLite core, its write-ahead logs, dotfiles and the deployment-local directory are all denied over HTTP.
  • Spoof-Resistant Limits: Client identity comes from the TCP peer address, not from headers a caller can set - so the brute-force lockout and the rate limiters cannot be rotated around.
  • Audited Media Pipeline: Uploads are size-capped and typed from their own contents, so the file written to disk never takes its type from the name the sender supplied.
security_protocols.log[ - ] [ X ]
> Auth Perimeter (single guard): ACTIVE
> CSRF Token Enforcement: ACTIVE
> POST-Only State Changes: ACTIVE
> SSRF Containment: ACTIVE
> TLS Certificate Verification: ACTIVE
> Session Rotation On Login: ACTIVE
> Secure / HttpOnly / SameSite Cookies: ACTIVE
> Core Memory HTTP Denial: ACTIVE
> Spoof-Resistant Client Identity: ACTIVE
> Rate Limiting (inbox / handshake): ACTIVE
> Media Type Sniffing: ACTIVE
> PDO Error Suppression: ACTIVE
> Zero Third-Party Requests: ACTIVE
> Symmetric Key Exchange: ACTIVE
> Tactical Signal Resonance: ACTIVE
> The Anti-Loop Shield: ACTIVE
> Cascading Chain-Purge Protocol: ACTIVE
> Local Memory Vault: ACTIVE
> Anti-Collision Engine: ACTIVE
> The Oracle Sentinel: ACTIVE
> The Nomadic Re-Sync Protocol: ACTIVE
> The Lighthouse Protocol: OPT-IN
> Anti-Brute Force Radar Lock: ACTIVE
> Strict SSL Enforcement: ACTIVE
> E2E Quantum Encryption: ACTIVE
> Private Bunker Node Mode: ACTIVE

> GENESIS_DEPLOYMENT

Ready to establish your sovereign node? Download the Drop-Pod Installer and start your mission.

[ DOWNLOAD INSTALLER ]
Current Release: V8.0 AEGIS

> MANUAL_UPDATE_PROTOCOL

V8.0 removed the automatic updater on purpose. The old engine pulled a code payload from the network and executed it without ever establishing where it came from - disabling certificate checks on the beacon, accepting an unverified archive, and running the scripts inside it. Any single weakness along that chain meant remote code execution on your station. A supply chain you cannot verify is not a convenience, it is an attack surface.

Updating is now a deliberate, operator-run procedure:

update_sequence.sh[ - ] [ X ]
> 1. Backup core memory:  cp data/relay_core.sqlite ~/relay-backup.sqlite
> 2. Download the release and VERIFY its checksum or signature.
> 3. Replace application files.
>    DO NOT overwrite data/ media/ or khusus/lighthouse_config.php
> 4. Run migrations if the release ships one:
>    php khusus/upgrade_db.php
> 5. Confirm the console reports the expected version.