Troubleshooting
Common issues and how to resolve them.
Machine Shows Offline
Check the agent is running:
systemctl --user status vdo-agent
If it is not running, start it:
systemctl --user start vdo-agent
Check network connectivity:
The agent needs outbound HTTPS (port 443) access. Verify with:
curl -s https://api.vdostream.io/health
If this fails, check your firewall or proxy settings.
Check logs for errors:
journalctl --user -u vdo-agent --since "10 minutes ago"
Black Screen When Connecting
This usually means the agent cannot access the display.
Check that a desktop session is active. The agent needs a running desktop environment (GNOME, KDE, etc.). On headless machines, ensure auto-login is configured.
Restart the display manager:
sudo systemctl restart gdm # GNOME
sudo systemctl restart sddm # KDE
Then restart the agent:
