Change your IP back to DHCP or fix the gateway/DNS settings. Apply and Reboot: Switch back to the standard boot mode. Troubleshooting Post-Reset Tips
If you use a static IP, ensure it is outside your router’s DHCP pool to avoid address conflicts.
To reset your network settings in Unraid, follow these steps:
If you have a monitor and mouse attached to the server but no network access: Restart the server and select Unraid OS GUI Mode from the boot menu. A local browser (Firefox) will open. Log in and navigate to Network Settings Reconfigure your settings manually and click unraid reset network settings
Eject the USB drive safely from your computer, plug it back into your Unraid server, and power the machine on. Unraid will detect that the network configuration file is missing and automatically generate a brand-new network.cfg file using standard DHCP settings. Method 2: The Local Terminal Method (GUI/CLI)
If your server is headless (no monitor) and you can’t even SSH in, you can fix things from your PC.
Change your active directory to the flash drive configuration folder by running the following command: cd /boot/config/ Use code with caution. Step 3: Delete or Rename the Network File Change your IP back to DHCP or fix the gateway/DNS settings
(Note: If you have a custom interface rules configuration that might be causing issues, you can also safely delete or rename network-rules.cfg found in the same folder). Step 5: Boot the Server
If you have a monitor plugged into the server, the command line login screen explicitly displays the current IPv4 address right above the login prompt.
Plug the USB back into your server and boot it up. Unraid will default to (automatic IP assignment). Use a tool like Angry IP Scanner or check your router’s client list to find the new IP address. 🛠️ Alternative: Command Line Method To reset your network settings in Unraid, follow
Before altering configuration files on a live system, stop the network stack to prevent conflicts. Type the following command and press Enter: /etc/rc.d/rc.inet1 stop Use code with caution. Step 3: Remove the Configuration Files
After resetting your network settings, your Unraid server will: