Access from another Machine
GroundControl VGRS can be accessed from other machines in the same network via its web interface. This guide explains how to connect from a remote machine.
Accessing GroundControl VGRS
GroundControl VGRS provides a web-based interface accessible through modern browsers (Chrome, Firefox, or Edge).
Connection Steps
-
Identify the Server Address
- Determine the IP address or hostname of the machine running GroundControl VGRS
- Example:
192.168.1.50orgc-server.local
-
Determine the Port
- Default port:
80 - If configured differently in the Manager Tool Web settings, use the custom port (e.g.,
8080)
- Default port:
-
Open the Web Interface
- Navigate to:
http://<server-ip>:<port> - Example:
http://192.168.1.50:80orhttp://192.168.1.50:8080 - Log in with your GroundControl VGRS credentials
- Navigate to:
Network Configuration
Same Network (LAN)
When accessing GroundControl VGRS from a machine in the same local network:
- Ensure the client machine can reach the server (test with
ping <server-ip>) - Verify the HTTP port is accessible through the firewall
- The default Allowed Origins setting should permit local network access
Through Proxy or Different Network
If accessing through a proxy or from a different network segment, you may need to configure the Allowed Origins setting:
- Open the Manager Tool
- Navigate to the Web configuration page
- Add your client machine's origin to the Allowed Origins field
- Format:
http://<client-ip>orhttp://<client-hostname> - Multiple origins: separate with commas
- Example:
http://192.168.2.100, http://proxy-server.local
- Format:
Troubleshooting
Cannot Connect
- Verify network connectivity:
ping <server-ip> - Check if the HTTP port is open in Windows Firewall
- Confirm GroundControl VGRS services are running (check in Manager Tool → Services)
Connection Rejected or CORS Errors
- Add your client machine's address to Allowed Origins in the Manager Tool Web configuration