The troubleshooting steps below apply to AgentOS running as a Windows service. For standalone mode on macOS or Linux, check the terminal output for errors.
Logs
Service logs are stored at:Common Issues
Service won’t start
- Check the logs at the path above for error details.
- Verify the install completed successfully — look for errors in
installer.logif you used/l*vx installer.logduring installation. - Ensure no other process is using the configured ports (default:
26000for service,23000for execution engine).
SDK still uses standalone mode
The SDK auto-detects the service. If it falls back to standalone:- Verify the service is running in Windows Services (
services.msc). - Check that the service port (default
26000) is reachable.
RDP session drops break automation
EnsureSERVICE_TRANSFER_SESSION_ON_DISCONNECT is set to 1 (default). This keeps the desktop alive when an RDP session disconnects. See Configuration.