Zoraxy
Self-HostedLightweight open-source web server & reverse proxy with built-in tools
Overview
Zoraxy is a lightweight, open-source web server and reverse proxy designed for simplicity and versatility. It combines core web serving (static files, reverse proxying) with built-in DDNS client, Let's Encrypt SSL management, HTTP/2 support, and WebSocket proxying. Deployable via Docker, binary releases, or source code, it features an intuitive web dashboard for configuration—no complex CLI setup needed. Ideal for self-hosters, it handles multiple domains, redirects, and basic load balancing while remaining resource-efficient, suitable for small servers or edge devices like Raspberry Pi.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
zoraxy:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: zoraxy
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Reverse proxy with HTTP/2 & WebSocket support
- Built-in Let's Encrypt SSL certificate management
- DDNS client for dynamic IP addresses
- Intuitive web-based configuration dashboard
Frequently Asked Questions
? Is Zoraxy hard to install?
Zoraxy is easy to install—options include Docker (official image), precompiled binaries for Linux/Windows/macOS, or building from source. Basic setup uses a web dashboard, so no extensive CLI knowledge is required for most use cases.
? Is Zoraxy a good alternative to Nginx?
It’s a great alternative for users prioritizing simplicity over advanced customization. Unlike Nginx (which relies on manual config files), Zoraxy uses a user-friendly dashboard. However, Nginx offers more advanced features (like complex load balancing or module ecosystems) for power users.
? Is Zoraxy completely free?
Yes—Zoraxy is licensed under MIT, so it’s 100% free to use, modify, and distribute. All core features (reverse proxy, SSL, DDNS) are available without any paid tiers or hidden fees.
Top Alternatives
People Also Ask about Zoraxy
Tool Info
Pros
- ⊕ Privacy-focused (self-hosted, no third-party data sharing)
- ⊕ No subscription fees (100% open source)
- ⊕ All-in-one tool (proxy + DDNS + SSL)
- ⊕ Resource-efficient (works on Raspberry Pi/edge devices)
Cons
- ⊖ Limited advanced features compared to Nginx/Apache
- ⊖ Smaller community support than established tools
- ⊖ Basic load balancing capabilities (no advanced algorithms)
- ⊖ Fewer third-party integrations