Installing Dongles
How to wire 4G/LTE dongles into the XProxy box and verify each modem is producing a working proxy port.
Before you start
- XProxy box (or Ubuntu PC) already powered and reachable on the LAN.
- Powered USB hub with a 12V adapter — never bus-power a hub when running 4+ dongles.
- SIM cards with an active data plan, PIN lock disabled.
- XProxy XH22, Huawei E3372, or any compatible HiLink dongle.
Step 1 — Insert the SIM card
Pop the back cover, slide the SIM into the tray (chip facing the board), and snap the cover back on. Each dongle holds exactly one SIM.

Step 2 — Plug dongles into the USB hub
Insert each dongle into the powered hub. Leave at least one port free between dongles when possible — it reduces RF cross-talk and improves rotation speed.
Step 3 — Wait for the panel to detect them
Open the XProxy dashboard and go to Dongles. New dongles appear within 10–30 seconds with status connecting → connected. Each detected dongle is automatically assigned an HTTP port (5000 + index) and a SOCKS5 port (5001 + index).

Step 4 — Verify the proxy
Test from any machine on the same LAN:
curl -x socks5h://USER:PASS@<xproxy-ip>:5001 https://api.ipify.orgYou should see a mobile carrier IP. If the IP matches your home WAN instead, the dongle is in tethering mode — power-cycle the hub or re-insert the SIM.
Understanding dongle labels
XProxy uses a label system to identify each physical dongle in the panel. A label is a number (11–254) that matches the 3rd octet of the dongle's gateway IP address.
- Example: a dongle with gateway
192.168.11.1has label 11. - Every dongle on the same system must have a unique label.
- Avoid labels 0 and 1 — they conflict with common home router IPs (192.168.0.1 / 192.168.1.1).
- If you purchased dongles from our shop, labels are pre-configured — no action needed.
Automatic label changing
For Huawei and ZTE dongles, XProxy can set the label automatically:
- Plug one dongle at a time into the XProxy box or server.
- Open the XProxy dashboard → Device Settings → Dongle Devices.
- In the Label column, click Edit and enter the label value.
- Wait for the dongle to reboot. Note the new label on the dongle.
Manual label changing
If automatic label changing doesn't work, change the label manually from a Windows PC:
Huawei dongles
- Plug the dongle into a Windows PC.
- Open the dongle panel at
192.168.8.1or192.168.1.1. - Find the DHCP menu and change the gateway to
192.168.X.1(X = your label, e.g. 11). - Click Save. If prompted for a password on first use, set it to
admin / admin123.
ZTE dongles
- Plug the dongle into a Windows PC.
- Open the dongle panel at
192.168.0.1. - Go to Advanced Settings → Router and set: IP Address =
192.168.11.1, DHCP Pool =192.168.11.100–192.168.11.200. - Click Save. If prompted for a password, set it to
admin / admin.