Commands/Start
v3.5.44
Commands

Start

Resume stopped services without reinstalling.

Command

start
$ curl -fsSL https://raw.githubusercontent.com/nexoral/NexoralDNS/main/Scripts/install.sh | bash -s start

What it does

Verifies NexoralDNS is installed
Starts all Docker containers in detached mode
Restores DNS configuration to use NexoralDNS
Verifies services and shows status

When to use

After running the stop command
After a system reboot (if not auto-restarting)
After network configuration changes

Expected output

console
[✓] NexoralDNS installation found
[✓] Starting services...
[✓] All services started successfully
DNS Server Running (Port 53) | Web Dashboard Running (Port 4000)
ℹ️
Auto-start
By default containers use restart: unless-stopped — they auto-start after reboot unless explicitly stopped.