How to Securely Reboot Your Server
Was this helpful?
Help us improve our community guides.
Help us improve our community guides.
Adding External Storage to Your Localnode — Step-by-step guide for your LocalNode.
Adding Smart Home Devices to Home Assistant — Step-by-step guide for your LocalNode.
Backing Up Your Entire Localnode Configuration — Step-by-step guide for your LocalNode.
Unlike a normal computer, a server is constantly writing data to its hard drive in the background. Simply yanking the power cord out of the wall can corrupt databases. Here is how to properly shut down or restart the LocalNode.
The LocalNode uses a specialized, highly resilient Linux filesystem (BTRFS), which is designed to survive sudden power loss. However, the databases running inside Docker (like Nextcloud's MariaDB or Home Assistant's SQLite) can still get corrupted if they are killed mid-write. A proper restart sends a "stop" signal to all apps, allowing them to save their work before the power turns off.
If the dashboard is accessible, this is always the safest way to reboot the machine.
http://localnode.local.The dashboard will immediately go offline. The server will take about 10 seconds to gracefully close all apps, and then it will reboot. It takes about 2 to 3 minutes for all services to come back online fully.
LocalNode dashboard footer with Restart / Shut Down controls after you confirm from System settings.
If the dashboard will not load because the network crashed, but the server is still running (blue light is on), you can use the physical power button on the front of the device.
If the server is locked up and the physical power button is broken or unresponsive, your only option is to pull the plug from the wall.
When you plug it back in, the LocalNode will automatically boot up (due to the BIOS "Restore on AC Loss" setting). When it boots, it will detect that it was shut down improperly and will automatically run a filesystem check to repair any corrupted data before launching the apps. This boot process may take 5 to 10 minutes longer than normal.
⚠️ Warning: Do not unplug the server while the yellow/green drive activity light on the front is blinking rapidly, as this guarantees it is in the middle of writing data. Wait for the light to go solid or turn off.
Need help? Email hello@localnode.tech or visit localnode.tech/contact.