This site is currently under development. Some information might not be ready.

Zoraxy

The ultimate homelab networking toolbox for self-hosted services

Download Source Code




Reverse Proxy

Easy setups with dynamic updates

Access your reverse proxy and self-hosted services from any computer with a browser, anytime, anywhere.

Simple setups with web UI
Change settings on the fly without restarting
One of the best reverse proxy manager for beginners
Easily install plugins and edit configurations

Real-time Analytics

Dynamic statistic and access control

Provide real time statistical overview, take advantage of the real time traffic and situations to make better decisions.

Real time visitor statistic
Instant network utilitization overview
No-reload access control and settings
One-click setting change with no downtime




Screenshots






Review Videos






Download

Install with command line

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

OR

Install with precompiled binary



Install with command line (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

Require Go (Golang) compiler. Details build from source instruction can be found on Zoraxy Github README file.

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

After Zoraxy is started, navigate to http://localhost:8000 to continue account and system setup.



Learn More

If you like this project, please feel free to give us a ⭐ star ⭐.