Skip to main content

Nekzus

A secure API gateway and discovery service for local network applications.

Features

  • Modern Web Dashboard - Built-in React UI with multiple themes
  • Auto-Discovery - Find services via Docker, Kubernetes, or mDNS
  • Reverse Proxy - Route traffic with WebSocket support
  • QR Code Pairing - Fast mobile app onboarding
  • Secure by Default - TLS, JWT authentication

Quick Start

docker run -d \
--name nekzus \
-p 8080:8080 \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
-v nekzus-data:/app/data \
nstalgic/nekzus:latest

Access the web dashboard at http://localhost:8080

Documentation

🚀 Getting Started

Install Nekzus and get up and running in minutes

→ Installation

⚙️ Configuration

Configure routes, discovery, and authentication

→ Configuration

🖥️ Platforms

Platform-specific guides for Synology, Unraid, Proxmox, and more

→ Platforms

📡 API Reference

Complete API documentation for integrations

→ API Reference

Community