Troubleshooting
1. /admin returns Invalid url
Most common causes:
- port conflict,
- admin is running on a different port than expected,
- reverse proxy path/port mismatch.
Check:
- which process listens on admin port,
AdminPortandWebServerPortvalues in config,curl -I http://<host>:<admin-port>/adminafter restart.
2. Radar works locally but not on LAN
Check:
Network Bindingis set to all interfaces,- host firewall rules,
- service is listening on
0.0.0.0:<port>.
Linux example:
ss -ltnp | rg ':8080|:5000|:8085'
curl -I http://<lan-ip>:<port>/admin
3. AircraftList.json becomes empty after some time
Possible causes:
- feed connection loss,
- background exception stopping host,
- overload or unstable upstream data patterns.
Check:
- service logs (
journalctl -u vrsx), - feed status and message throughput,
- process uptime after errors.
4. Aircraft positions jump backward or flicker
Common causes:
- MLAT instability,
- low-quality feed or high jitter,
- mixed sources without stable source-priority logic.
Diagnostic flow:
- compare same feed in VRS X vs reference VRS,
- test single feed instead of
All feeds, - compare JSON output over identical bbox/time intervals.
5. Resource import says success, but no visual effect
- Verify
Loadedcounters. - Verify CSV keys match asset names.
- Clear browser cache.
- Verify icon/type mapping and metadata consistency.