This site is currently under development. Some information might not be ready. // 本網站目前仍在開發中,部分資訊可能尚未準備好。 // Diese Seite ist in Entwicklung. Einige Informationen sind möglicherweise nicht verfügbar.

Zoraxy

The ultimate homelab networking toolbox for self-hosted services // 簡化自家伺服器部署之事,初學者居家網絡必備良器 // Das ultimative Homelab-Netzwerk-Toolbox für selbstgehostete Dienste

Download // 立即下載 // Herunterladen Source Code // 查看原始碼 // Quellcode




Reverse Proxy // 反向代理 // Reverse-Proxy

Easy setups with dynamic updates // 讓你想不到般簡單易用、迅速設定、動態更新 // Einfache Einrichtung mit dynamischen Updates

Access your reverse proxy and self-hosted services from any computer with a browser, anytime, anywhere. // 透過瀏覽器,隨時隨地在任何裝置上存取您的反向代理及自家伺服器服務。 // Greifen Sie jederzeit und überall von jedem Gerät aus auf Ihren Reverse-Proxy und selbst gehostete

Simple setups with web UI // 透過網頁介面簡單設定即可使用 // Einfache Einrichtung mit Web-UI
Change settings on the fly without restarting // 即時更改設定,無需重新啟動 // Einstellungen ohne Neustart ändern
One of the best reverse proxy manager for beginners // 可能是最適合初學者的反向代理管理器之一 // Einer der besten Reverse-Proxy-Manager für Anfänger
Easily install plugins and edit configurations // 輕鬆安裝插件並編輯設定 // Plugins einfach installieren und Konfigurationen bearbeiten

Real-time Analytics // 即時流量分析 // Echtzeit-Analysen

Dynamic statistic and access control // 動態流量數據、權限與路由設定 // Dynamische Statistik und Zugriffskontrolle

Provide real time statistical overview, take advantage of the real time traffic and situations to make better decisions. // 提供即時統計概覽,利用即時流量和情況做出更好的決策。 // Bietet eine Echtzeit-Übersicht über die Statistiken, um bessere Entscheidungen zu treffen.

Real time visitor statistic // 即時訪客統計概覽 // Echtzeit-Besucherstatistik
Instant network utilitization overview // 即時網路使用率概覽 // Sofortige Netzwerkübersicht
No-reload access control and settings // 即時生效存取控制和設定 // Zugriffskontrolle und Einstellungen ohne Neustart
One-click setting change with no downtime // 一鍵設定更改,無需停機 // Einstellungsänderung mit einem Klick ohne Ausfallzeiten




Screenshots // 系統截圖 // Bildschirmfotos






Review Videos // 介紹影片 // Videos






Download // 下載 // Herunterladen

Install with command line // 使用 CLI 下載並執行發行版本 // Installieren Sie mit der Befehlszeile

wget https://github.com/tobychui/zoraxy/releases/latest/download/zoraxy_linux_amd64
chmod +x ./zoraxy_linux_amd64
sudo ./zoraxy_linux_amd64

Install with precompiled binary // 下載發行版本 // Installieren Sie mit vorkompilierten Binärdateien

OR

Install with precompiled binary // 下載發行版本 // Installieren Sie mit vorkompilierten Binärdateien



Install with command line (armv6-7, arm64, x86) // 使用 CLI 下載並執行 (armv6-7, arm64, x86) // Installieren Sie mit der Befehlszeile (armv6-7, arm64, x86)

# Check your CPU architecture
uname -m

# For arm64 (aarch64) CPU
wget -O zoraxy https://github.com/tobychui/zoraxy/releases/latest/download/zoraxy_linux_arm64

# For armv6 (armv6l) / armv7 (armv7l) CPU
wget -O zoraxy https://github.com/tobychui/zoraxy/releases/latest/download/zoraxy_linux_arm

# For RISC-V (riscv64) CPU
wget -O zoraxy https://github.com/tobychui/zoraxy/releases/latest/download/zoraxy_linux_riscv64

chmod +x ./zoraxy
sudo ./zoraxy

Install with precompiled binary // 下載發行版本 // Installieren Sie mit vorkompilierten Binärdateien

Require Go (Golang) compiler. Details build from source instruction can be found on Zoraxy Github README file. // 需要 Go (Go 語言)編譯器。建置詳情可以在 Zoraxy Github README 檔案中找到。 // Erfordert den Go (Golang) Compiler. Detaillierte Anweisungen zum Erstellen aus dem Quellcode finden Sie in der Zoraxy Github README-Datei.

git clone https://github.com/tobychui/zoraxy
cd ./zoraxy/src/
go mod tidy
go build
sudo ./zoraxy

After Zoraxy is started, navigate to // 當 Zoraxy 執行檔 / 服務啟動後,使用瀏覽器開啟 // Nachdem Zoraxy gestartet wurde, navigieren Sie zu http://localhost:8000 to continue account and system setup. // 以繼續帳戶和系統設定。 // um die Konto- und Systemeinrichtung fortzusetzen.



Learn More // 了解更多 // Mehr erfahren

If you like this project, please feel free to give us a ⭐ star ⭐. // 如果您喜歡這個開源專案,歡迎來給我們一顆 ⭐星星⭐ 喔!! // Wenn Ihnen dieses Projekt gefällt, geben Sie uns bitte einen ⭐ Stern ⭐.