{{define "system-control.html"}} {{template "base" .}} {{end}} {{define "content"}}
Reboot

Restart the device. The running configuration is preserved. Any unsaved changes (running config not yet copied to startup) will be lost on reboot.

Shutdown

Power off the device. Physical access is required to bring it back online.

Date & Time

{{if .CurrentDatetime}}Device clock: {{.CurrentDatetime}}.{{else}}Device clock unavailable.{{end}}

Factory Reset
Reset running config

Replaces the running configuration with factory defaults. No reboot — takes effect immediately. Use the persistent notification to save to startup.

Factory reset & reboot

Wipes all configuration and non-volatile storage, then reboots. The device may become unreachable on the network. This cannot be undone.

{{end}}