01. Startup and Login
Startup and Login
1. First startup
- Start the VRS X service/application.
- Open the admin panel:
- default:
http://localhost:8085/admin - if
AdminPortwas changed:http://<host>:<admin-port>/admin
- default:
- Complete activation (if required).
- Set the administrator password.
2. If the admin panel does not open
The most common issue is a port conflict.
Linux
ss -ltnp | rg ':8085|:5000|:8080'
Windows (PowerShell)
Get-NetTCPConnection -State Listen | Where-Object {$_.LocalPort -in 8080,8085,5000}
If the port is already in use:
- Stop the conflicting application.
- Open the admin panel.
- Change
Admin Portto a free port. - Save the configuration and restart VRS X.
3. Minimal post-install workflow
General Settings- set core radar options.Feeds- add at least one data source.Server Settings- configure ports and network access.- Restart the service.
- Verify:
http://<host>:<web-port>/AircraftList.jsonhttp://<host>:<admin-port>/admin