Daemon Connectivity Issues
Troubleshoot when the daemon cannot reach the control plane.
Daemon Connectivity Issues
The daemon communicates with the control plane over outbound HTTPS (port 443).
Common Causes
- Firewall blocking outbound HTTPS — Ensure the host can reach
https://lockwave.ioon port 443 - Proxy configuration — If behind a proxy, set
HTTPS_PROXYin the daemon environment - DNS resolution — Verify
lockwave.ioresolves correctly from the host - TLS issues — Ensure the system CA certificates are up to date
Diagnosis
# Test connectivity
curl -v https://lockwave.io/up
# Check daemon logs
journalctl -u lockwaved -f
# Check daemon status
systemctl status lockwaved
Still Stuck?
Contact us at support@lockwave.io with your daemon logs.