Troubleshooting
Purpose: Help you identify and resolve common issues when connecting an AI assistant to Digi Remote Manager using the MCP server.
Confirm the baseline prerequisites and requirements.
|
Requirement |
Check |
How to verify |
|---|---|---|
|
Digi Remote Manager administrator account access |
API key access enabled. |
In Digi Remote Manager, see if you can create an API key. |
|
API |
Valid API key ID and secret. |
In Digi Remote Manager, view the API keys list. |
|
MCP |
MCP-compatible AI |
Any client or framework that supports the MCP |
|
Network access |
Outbound HTTPS |
Test connectivity to https://remotemanager.digi.com/mcp. |
If any of the above prerequisites and requirements are not met, correct them before proceeding.
|
Possible cause |
Verification step |
Solution |
|---|---|---|
|
MCP |
Validate JSON configuration file in your AI client. |
Correct the syntax; use a JSON linter. |
|
Incorrect MCP endpoint URL |
Check that the MCP URL is https://remotemanager.digi.com/mcp. |
Update the configuration with the correct URL. |
|
AI |
Confirm that the client was fully exited and reopened. |
Quit the application fully and relaunch. |
|
Possible cause |
Verification step |
Solution |
|---|---|---|
|
Incorrect API |
Recheck saved credential values. |
Re-enter correct values; avoid extra spaces. |
|
API revoked or expired |
In Digi Remote Manager, view the API keys list and check its status. |
Create a new API key and update the AI |
|
Permissions insufficient |
Confirm user role and API key permissions. |
Assign appropriate Digi Remote Manager permissions. |
|
Possible cause |
Verification step |
Solution |
|---|---|---|
|
Firewall or proxy blocking outbound HTTPS |
Attempt to reach the endpoint via curl or browser. |
Allow outbound HTTPS to remotemanager.digi.com:443. |
|
Local network restrictions |
Test network access from host running the AI client. |
Configure proxy settings or allow network egress. |
|
Node.js or mcp-remote bridge issues |
Verify Node.js version and CLI |
Install or update Node.js and required packages. |
|
Possible cause |
Verification step |
Solution |
|---|---|---|
|
Invalid query syntax |
Compare with documented query examples |
Use get_query_syntax_help and example templates. |
|
Signed out or session timed out |
Check AI |
Reauthenticate by restarting the client or reloading credentials. |
|
Data access permissions missing |
Attempt tools requiring broader access. |
Update API |
|
Possible cause |
Verification step |
Solution |
|---|---|---|
|
No matching data for query |
Run a broader query (e.g., list_devices). |
Adjust query filters or provisions. |
|
Account or subaccount scope issues |
Review the account context used by the API |
Ensure API key belongs to the correct account and scope. |
Tip If the above steps don't resolve your issue, contact Digi Technical Support.
Make sure to have the following information available:
-
AI client used
-
API key ID
-
Configuration file contents (excluding sensitive values)
-
Exact error messages
-
Collect network logs showing connection attempts to the MCP endpoint.
-
Record the Digi Remote Manager account ID and scope of API key permissions.