4. Web console
4.1 How to open (URL and bind address)
By default the tool listens on TCP port 8089. On the same computer, open:
http://localhost:8089/
Changing the bind address (advanced)
Environment variable BIND_ADDRESS controls the listen address. Default is localhost.
- Default: Easiest for local-only access from the same PC.
- Example: Setting
BIND_ADDRESSto0.0.0.0may allow access from other hosts. Review firewall rules, authentication, and TLS before exposing the service.
UI overview
The web console typically lets you:
- Sign in with Coordinator URL and credentials
- List / add / edit / delete sync configurations
- Run manual sync for a configuration
- View and export operation logs
A service status indicator may appear in the header. If it shows stopped, check that the OS service is running first.