
Zoraxy is a lightweight, fast, and beginner-friendly reverse proxy written in Go, built for homelabs and self-hosters. It lets you easily expose web services, containers, and TCP/UDP traffic under custom domains with automatic Let’s Encrypt HTTPS, full HTTP/2 & WebSocket support, load balancing, flexible routing, and strong access controls (IP/country filtering, OAuth2, Basic Auth, Forward Auth). The clean web dashboard also includes real-time monitoring, traffic statistics, uptime checks, and handy built-in tools like mDNS/port scanners, traceroute, Wake-on-LAN, and a web-based SSH terminal. It runs as a single static binary on Linux, Windows, Raspberry Pi/ARM, NAS or Docker, with zero-downtime config changes and no complex files needed. Simple, powerful, and open-source. In this step by step guide I will show you how to install ZoraxyĀ on your UGREEN NAS using Docker and Portainer.
This Zoraxy guide is specifically intended for more experienced users. If you are less experienced or a beginner, I recommend continuing to use my Nginx Proxy Manager guide, which is very easy and intuitive. Nginx Proxy Manager is simple to use, even for newcomers, while Zoraxy requires greater familiarity with advanced configurations. Therefore, use this guide only if you already have a good level of technical knowledge.
STEP 1
Please Support My work by Making a Donation.
STEP 2
InstallĀ Portainer using my step by step guide. If you already have Portainer installed on your UGREEN NAS, skip this STEP. Attention: Make sure you have installed the latest Portainer version.
STEP 3
ā ļøMandatory: Make sure you have a domain name registered. Follow my How To Use Your Own Domain Name on Your UGREEN NAS guide from STEP 1 to STEP 9.
STEP 4
ā ļøMandatory: Stop the Nginx Proxy Manager container in Portainer or Dockhand. ā ļøNote: If you do not stop the Nginx Proxy Manager container, ports 80 and 443 will remain occupied and Zoraxy will not be able to start.
STEP 5
Go toĀ Files and open the docker folder. Inside the docker folder, create one new folder and name it zoraxy. Follow the instructions in the image below.
Note: Be careful to enter only lowercase, not uppercase letters.

STEP 6
Now create two new folders inside the zoraxy folder that you have previously created at STEP 5 and name them config and plugin. Follow the instructions in the image below.
Note: Be careful to enter only lowercase, not uppercase letters

STEP 7
ā ļøMandatory: Add Read & Write Permissions to the Docker Folder.
STEP 8
In the Name field type in zoraxy. Follow the instructions in the image below.
services:
zoraxy:
image: zoraxydocker/zoraxy:latest
container_name: Zoraxy
ports:
- 80:80
- 443:443
- 8666:8000
volumes:
- /volume1/docker/zoraxy/config:/opt/zoraxy/config:rw
- /volume1/docker/zoraxy/plugin:/opt/zoraxy/plugin:rw
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
TZ: Europe/Bucharest
FASTGEOIP: true #Change to false instead of true if your RAM memory is less than <4GB.
restart: on-failure:5
Note: Before you paste the code above in the Web editor area below, change the value for TZ.Ā (Select your current Time Zone from this list.)

STEP 9
Scroll down on the page until you see a button namedĀ Deploy the stack. Click on it. Follow the instructions in the image below. The installation process can take up to a few minutes. It will depend on your Internet speed connection.

STEP 10
If everything goes right, you will see the following message at the top right of your screen: āSuccess Stack successfully deployedā.

STEP 11
š¢Please Support My work by Making a Donation. Almost 99,9% of the people that install something using my guidesĀ forget to support my work, or justĀ ignoreĀ STEP 1. Iāve been very honest about this aspect of my work since the beginning: I donāt run any ADS, I donāt require subscriptions, paid or otherwise, I donāt collect IPs, emails, and I donāt have any referral links from Amazon or other merchants. I also donāt have any POP-UPs or COOKIES. I have repeatedly been told over the years how much I have contributed to the community. Itās something I love doing and have been honest about my passion since the beginning. But I also Need The Community to Support me Back to be able to continue doing this work.
STEP 12
The installation process can take up to a few seconds/minutes. It will depend on your Internet speed connection. Now open your browser and type inĀ http://ugreen-ip-address:8666 Create your Administrator user. Type in your own Username and Password. Click Confirm. Follow the instructions in the image below.

STEP 13
Type in your own Username and Password that you have previously added at STEP 12. Click Login. Follow the instructions in the image below.

STEP 14
At the top right of the page, switch the theme to Dark. On the left sidebar, under Security, click TLS / SSL certificates. In the ACME Email filed, type in your own email address, then click Save Settings. ā ļøNote: Your Email is mandatory to retrieve the free Let’s Encrypt Certificate for your domains/subdomains. Follow the instructions in the image below.

STEP 15
On the left sidebar, click Create Proxy Rules. Type in your own domain name without https:// at the beginning. You should already have your domain name set up as per the instructions at STEP 3. In the Target IP area, type in your own NAS IP followed by :9999 (š¼ļøCheck out the example screenshot). Select Block Common Exploits. You can add different Access Rules. For example, block specific countries from accessing your domain name or an extra Basic Authorization. Add an extra Basic Authorization by adding a Username and Password. Click Add Credentials. Click Create Endpoint. Follow the instructions in the image below.

STEP 16
A new pop up window will open. Click Confirm to get your free Let’s Encrypt certificate. Follow the instructions in the image below.

STEP 17
After the certificate is created, on the left sidebar, click HTTP Proxy. Click on your host/domain name that has been created. Follow the instructions in the image below.

STEP 18
In your browser, type in your own domain name. You will notice that you will be asked for a Basic Authorization (Username and Password). This happens because you have added the option for Basich Auth at STEP 15. Type in your own Username and Password that you have previously added at STEP 15, then click Sign in. Follow the instructions in the image below.

STEP 19
You can now access your UGREEN NAS via HTTPS / SSL Certificate and your own Domain Name from anywhere.

STEP 20
Now, I will show you how to add a new hostname to a specific Docker container. I will use Homarr as an example.
InstallĀ Homarr using my step by step guide. If you already have Homarr installed on your UGREEN NAS, skip this STEP. ā ļøAttention: Mandatory STEP.
ā ļøMandatory: Follow my How To Use Your Own Domain Name on Your UGREEN NAS guide from STEP 18 to STEP 20.
STEP 21
On the left sidebar, click Create Proxy Rules. Type in your own subdomain name without https:// at the beginning. You should already have your sub domain name set up as per the instructions at STEP 20. In my case, it’s homarr.beemarius.com – In the Target IP area, type in your own NAS IP followed by :7575 (ā ļø7575 is the homarr localhost port). Select Block Common Exploits. You can add different Access Rules. For example, block specific countries from accessing your domain name or an extra Basic Authorization. Add an extra Basic Authorization by adding a Username and Password. Click Add Credentials. Click Create Endpoint. Follow the instructions in the image below.

STEP 22
A new pop up window will open. Click Confirm to get your free Let’s Encrypt certificate. Follow the instructions in the image below.

STEP 23
After the certificate is created, on the left sidebar, click HTTP Proxy. Click on your host/domain/subdomain name that has been created. Follow the instructions in the image below.

STEP 24
In your browser, type in your own subdomain/domain name. You will notice that you will be asked for a Basic Authorization (Username and Password). This happens because you have added the option for Basich Auth at STEP 21. Type in your own Username and Password that you have previously added at STEP 21, then click Sign in. Follow the instructions in the image below.

STEP 25
You can now access your Homarr Docker container via HTTPS / SSL Certificate and your OWN Domain / Subdomain Name from anywhere.

STEP 26
On the left sidebar in Zoraxy, click Statistical Analysis to access the full stats of your domain name.

Enjoy Zoraxy!
šNote/Update/Container: How to Update Your Docker Containers on UGREEN NAS Using Portainer.
š³Note: How to Create Docker Shortcuts on Desktop.
šNote: How to Update Portainer to the latest version.
šNote: How to Clean Docker.
This post was updated on Sunday / March 1st, 2026 at 11:42 PM