-
Notifications
You must be signed in to change notification settings - Fork 1
troubleshooting
Jakob Munch Overgaard edited this page Jun 16, 2026
·
1 revision
IPv6 error on nginx start
sudo sed -i '/listen \[::\]/d' /etc/nginx/sites-available/remotepower
sudo nginx -t && sudo systemctl reload nginxfcgiwrap socket permission denied
sudo chmod 660 /run/fcgiwrap.socket
sudo chown www-data:www-data /run/fcgiwrap.socket
sudo systemctl restart fcgiwrap nginxLong-poll exec times out immediately
- Check
fastcgi_read_timeoutin your Nginx config - must be ≥ 130 s - The CGI process holds the connection; fcgiwrap must not be configured with a process limit that kills long-running requests
Metrics not appearing
pip install psutil --break-system-packages
sudo systemctl restart remotepower-agent
# Metrics only appear after the first sysinfo poll (~60s)Device shows offline after enrolling
journalctl -u remotepower-agent -f
curl -v https://your-server/api/heartbeatShutdown/reboot queued but nothing happens
- Executes on the client's next poll (up to 60s by default)
- Agent must run as root:
systemctl cat remotepower-agent | grep User
Re-enroll creates a new device instead of updating
- Use
sudo remotepower-agent re-enroll(notenroll) - The existing
device_idfrom/etc/remotepower/credentialsmust be present
Reset everything
sudo rm -rf /var/lib/remotepower/
sudo systemctl restart nginx fcgiwrap
sudo python3 /var/www/remotepower/cgi-bin/remotepower-passwdRemotePower · README · CHANGELOG · remotepower.tvipper.com — generated from docs/, do not edit pages here directly.
Getting started
- Install
- Admin guide
- Deployment map
- Docker / Compose
- HTTPS / TLS
- Self-signed TLS
- Upgrading
- Troubleshooting
Agents & devices
Monitoring & health
Security
Integrations & automation
- Homelab integrations
- OPNsense
- Scripts
- Custom scripts
- MCP server
- Webhooks
- Terraform / IaC
- AI assistant
- RAG
Reference
- Architecture
- CMDB
- Feature inventory
- REST API
- Swagger / OpenAPI
- Fleet management
- Scaling
- Satellites
- Keyboard shortcuts
Release notes