awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
tobychui avatar

tobychui/zoraxy

0
View on GitHub↗
5,268 stars·304 forks·HTML·AGPL-3.0·15 viewszoraxy.aroz.org↗

Zoraxy

Zoraxy is a network administration tool centered on HTTP reverse proxy management. It provides a centralized graphical interface for routing web traffic from public domains to internal backend services, utilizing a Go-based proxy to intercept and forward requests.

The project extends beyond standard web routing by offering a browser-based SSH interface for remote server administration and command execution. It also supports transport-layer TCP and WebSocket forwarding to manage non-HTTP traffic between external clients and internal ports.

Broad capabilities include automated TLS certificate lifecycle management via ACME, network access control using CIDR-based filtering, and user authentication integration. The system further incorporates network infrastructure tools for IP and port scanning, service availability monitoring, and traffic statistics analysis.

Features

  • HTTP Reverse Proxies - Provides a centralized graphical interface for managing HTTP reverse proxies to route public domains to internal services.
  • Traffic Routing - Offers a centralized graphical interface for defining and managing web routing and traffic forwarding rules.
  • Multi-Backend Routing - Maps public domain requests to specific internal IP addresses and ports for backend service delivery.
  • Stateless Proxies - Utilizes a stateless proxy architecture to route traffic based on host headers and path patterns.
  • HTTP Request Forwarders - Ships a Go-based proxy that intercepts and forwards incoming HTTP requests to internal backend servers.
  • Proxy Traffic Management - Forwards HTTP, WebSocket, and TCP stream traffic from external clients to internal backend servers.
  • Traffic Routing - Directs incoming web requests to internal backend services using flexible proxy configurations.
  • SSL/TLS Certificate Management - Provides automated generation and renewal of SSL/TLS certificates via the ACME protocol for multiple domains.
  • Remote Server Administration Tools - Offers tools for managing remote Linux systems through a browser-based shell interface.
  • SSH Web Terminals - Provides a browser-based SSH interface for secure remote command execution and server administration.
  • Dynamic Configuration Engines - Implements a control plane that updates proxy routing rules in real-time without requiring service restarts.
  • Transport Layer Forwarding - Proxies non-HTTP network traffic at the transport layer between external clients and internal destination ports.
  • Browser-Based - Allows administrators to open secure SSH sessions to remote servers directly within a web browser.
  • Layer 4 TCP Routing - Directs raw TCP traffic at the transport layer, bypassing the HTTP layer for non-web services.
  • TCP and UDP Forwarders - Forwards raw TCP and WebSocket streams between external clients and internal server ports.
  • Network-Based Access Controls - Restricts network traffic access based on IP addresses, CIDR blocks, and country-level blacklists.
  • External Authentication Integrations - Secures backend services via Basic Auth, OAuth2, reCAPTCHA, and external forward-authentication providers.
  • HTTPS Enforcements - Automatically redirects incoming unencrypted HTTP requests on port 80 to secure HTTPS connections.
  • Network Traffic Filtering - Provides network traffic filtering capabilities based on IP addresses and CIDR blocks to control access.
  • SSL Certificate Automation - Automates the deployment and renewal of SSL/TLS certificates using ACME and DNS challenges.
  • ACME Certificate Lifecycle Managers - Automates the full lifecycle of TLS certificates using the ACME protocol for secure domain routing.
  • Infrastructure Health Monitors - Tracks service uptime and analyzes network infrastructure health to ensure backend availability.
  • Service Uptime Monitors - Monitors the availability and uptime of backend services to notify administrators of outages.
  • Remote Command Execution - Enables the execution of administrative shell commands on remote Linux systems through a web interface.

Star history

Star history chart for tobychui/zoraxyStar history chart for tobychui/zoraxy

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Zoraxy

Similar open-source projects, ranked by how many features they share with Zoraxy.
  • tinyproxy/tinyproxytinyproxy avatar

    tinyproxy/tinyproxy

    5,886View on GitHub↗

    Tinyproxy is a lightweight HTTP and HTTPS proxy daemon designed for POSIX operating systems. It functions as a system-level network proxy that manages web traffic with minimal resource overhead. The project supports multiple routing modes, including reverse proxying to forward requests to backend servers and transparent proxying to intercept network traffic without client-side configuration. It also includes a header filter to modify or block specific HTTP headers for privacy and security. The software incorporates network access control based on client subnets and protocol filtering. For sy

    C
    View on GitHub↗5,886
  • alibaba/higressalibaba avatar

    alibaba/higress

    7,558View on GitHub↗

    Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It provides a centralized system for routing, securing, and optimizing traffic directed toward large language models, AI agents, and microservice architectures. The project distinguishes itself through deep AI orchestration, including the ability to host and manage Model Context Protocol servers that transform REST APIs into tools for AI agents. It features specialized AI infrastructure for model request proxying, protocol translation across multiple providers, and semantic-based c

    Goai-gatewayai-nativeapi-gateway
    View on GitHub↗7,558
  • jamesturland/jimsgarageJamesTurland avatar

    JamesTurland/JimsGarage

    4,439View on GitHub↗

    JimsGarage is a collection of shell scripts and automation tools designed to help individuals deploy and manage a wide range of self-hosted services on their own hardware. It provides a structured approach to setting up containerized applications, from media servers and document management systems to VPNs and monitoring stacks, all through automated Docker-based configurations. The project distinguishes itself by offering a comprehensive library of deployment recipes that cover the full lifecycle of a home server environment. This includes not just the services themselves, but also the suppor

    Shell
    View on GitHub↗4,439
  • chimurai/http-proxy-middlewarechimurai avatar

    chimurai/http-proxy-middleware

    11,132View on GitHub↗

    This project is a Node.js HTTP reverse proxy middleware designed to route incoming HTTP and WebSocket traffic to target backend services. It functions as a dynamic routing engine and API gateway tool, providing the capability to consolidate multiple backend services behind a single entry point. The middleware features a WebSocket proxy bridge that manages protocol upgrade handshakes to maintain persistent bidirectional communication. It also includes a request and response transformer used to intercept and modify headers, bodies, and URL paths during transit. The system provides broad traffi

    TypeScript
    View on GitHub↗11,132
See all 30 alternatives to Zoraxy→

Frequently asked questions

What does tobychui/zoraxy do?

Zoraxy is a network administration tool centered on HTTP reverse proxy management. It provides a centralized graphical interface for routing web traffic from public domains to internal backend services, utilizing a Go-based proxy to intercept and forward requests.

What are the main features of tobychui/zoraxy?

The main features of tobychui/zoraxy are: HTTP Reverse Proxies, Traffic Routing, Multi-Backend Routing, Stateless Proxies, HTTP Request Forwarders, Proxy Traffic Management, SSL/TLS Certificate Management, Remote Server Administration Tools.

What are some open-source alternatives to tobychui/zoraxy?

Open-source alternatives to tobychui/zoraxy include: tinyproxy/tinyproxy — Tinyproxy is a lightweight HTTP and HTTPS proxy daemon designed for POSIX operating systems. It functions as a… alibaba/higress — Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It… jamesturland/jimsgarage — JimsGarage is a collection of shell scripts and automation tools designed to help individuals deploy and manage a wide… chimurai/http-proxy-middleware — This project is a Node.js HTTP reverse proxy middleware designed to route incoming HTTP and WebSocket traffic to… apache/httpd — This project is an HTTP web server that delivers web content to clients using HTTP/1.1 and HTTP/2 protocols across… gdy666/lucky — Lucky is a connectivity and routing utility suite focused on SSL automation, dynamic DNS client services, NAT…