How to Add a Consul Instance
Enter Connection Details
- Name (required): Display name for this instance
- Host (required): Consul server URL (e.g.,
https://consul.example.com) - Token (required): Consul ACL token for authentication
- Verify SSL: Enable to validate SSL certificates
- Set as Default: Make this the default Consul instance
How to Edit a Consul Instance
- Click the edit icon on the instance row
- Modify the settings
- Click Save
How to Check Health
Click the Check button on any instance to verify connectivity.How to Delete a Consul Instance
- Click the delete icon on the instance row
- Confirm the deletion
Troubleshooting
Health check shows Unhealthy
Health check shows Unhealthy
- Verify the host URL is correct
- Check if the ACL token is valid
- Ensure Consul is running and accessible
- If using self-signed certificates, disable SSL verification
Cannot view services or KV
Cannot view services or KV
The ACL token may not have sufficient permissions. Verify the token’s policy allows read access.
FAQ
Can I connect multiple Consul instances?
Can I connect multiple Consul instances?
Yes. Add instances for different datacenters or environments.
What ACL permissions are required?
What ACL permissions are required?
The token needs read access to services, intentions, and key/value store you want to manage.