Local IP Reservation (DHCP)
Reserve a stable local IP address for devices on your network.
Learn how to reserve the local IP address of your Proxidize server so it does not change after a router lease renewal or server reboot.
What Is DHCP?
DHCP stands for Dynamic Host Configuration Protocol.
It is the process your router uses to automatically assign local IP addresses to devices on your network.
For example, when your Proxidize server connects to the router, the router may assign it a private IP address like:
192.168.1.25This IP address is used for local access and for router rules such as port forwarding.
Why Reserve the Proxidize Server IP?
By default, the router may assign the Proxidize server a local IP address for a limited lease time.
That IP address can change when:
The Proxidize server reboots.
The router reboots.
The DHCP lease expires.
The server is disconnected and reconnects later.
Another device receives the old IP address first.
If the server's local IP changes, any port forwarding rules pointing to the old IP may stop working.
This matters for more than dashboard access. If your Proxy Builder platform is configured to run locally instead of through the Cloud Dashboard, the generated proxies also depend on the Proxidize server's reachable host and forwarded proxy ports.
Example:
Port forwarding points to 192.168.1.25
Proxidize server changes to 192.168.1.40
Remote access and proxy access work
Remote dashboard and generated proxy access fail until the rule is updated
DHCP reservation prevents this by telling the router to always assign the same local IP address to the Proxidize server.
DHCP Reservation vs Static IP
DHCP reservation
On the router
Yes
Static IP on the server
On the Proxidize server operating system
Only if instructed by Proxidize Support
We recommend using DHCP reservation on the router because it keeps IP management centralized and reduces the chance of IP conflicts.
Before You Start
You will need:
Access to the router settings page.
The Proxidize server's current private IP address.
The Proxidize server's MAC address.
Router admin username and password.
If you are not sure how to access the router settings page, see Understanding Public IPs, Private IPs, and Your Router IP Address.
Find the Proxidize Server's Current IP Address
If you have access to the Proxidize server terminal, run:
Look for the src value in the active network route.
Example:
In this example, the Proxidize server's current private IP address is:
You can also check the router's connected devices, clients, or DHCP clients list to find the Proxidize server.
Reserve the IP Address on Your Router
Note: The exact menu names vary by router, but the general process is similar.
Log in to your router settings page.
Find the DHCP settings. Depending on the router, this may be under:
Network > DHCP Server
LAN > DHCP
Advanced > Network > DHCP Server
Address Reservation
Static Lease
Open the Address Reservation, Static Lease, or Reserved IP section.
Add a new reservation.
Enter the Proxidize server details:
FieldWhat to EnterDevice name
Proxidize Server or another recognizable name
MAC address
The Proxidize server's MAC address
Reserved IP address
The local IP you want the server to keep
Status
Enabled
Save or apply the configuration.
Reboot the Proxidize server or disconnect and reconnect its Ethernet cable so it receives the reserved IP again.
Some routers may also require a router reboot before the reservation takes effect.
Important Notes
Reserve an IP address inside the router's LAN subnet.
Avoid using an IP address that is already assigned to another device.
Some routers only allow reservations for devices currently connected to the network.
If you change the router or reset it, you may need to recreate the reservation.
If your Proxidize server has more than one network adapter, reserve the MAC address for the adapter connected to the router.
Why This Matters for Port Forwarding and Generated Proxies
Port forwarding rules usually point to a specific private IP address.
If your Proxidize server IP changes, the router may continue forwarding traffic to the old IP address.
For this reason, you should reserve the Proxidize server's local IP before configuring port forwarding.
This is especially important if your Proxy Builder setup is used locally. In that setup, generated proxies need:
A host, which is usually your public IP address or DDNS hostname.
A port, which must be forwarded by the router to the Proxidize server.
A stable internal destination, which is the Proxidize server's reserved local IP address.
If the server's local IP changes, the proxy host and port may still look correct, but the router may forward traffic to the wrong internal device.
For port forwarding steps, see Port Forwarding and Triggering.
Troubleshooting
The server received a different IP
Reboot the server after saving the reservation and confirm the MAC address is correct.
The router says the IP is already in use
Choose another IP or disconnect the device currently using that address.
The Proxidize server is not listed in DHCP clients
Make sure the server is connected to the router and online.
Port forwarding still does not work
Confirm the forwarding rule points to the reserved IP address.
Generated proxies do not connect remotely
Confirm the proxy ports are forwarded to the Proxidize server's reserved local IP.
The MAC address changed
Check whether the server is using a different Ethernet adapter or USB network adapter.
Related Articles
Last updated
Was this helpful?