Installation Issues

Command not found: ntcli

Authentication Issues

OAuth Login Problems

Token and Credential Issues

Workspace Issues

Workspace Sync and Access Problems

Workspace Creation Problems

Server Deployment Issues

Deployment Failures

Runtime Issues

MCP Integration Issues

Claude Desktop Integration

Network and Connectivity Issues

API Connection Problems

Performance Issues

Slow Operations

Debug and Diagnostic Commands

Collecting Debug Information

# Node.js and NPM versions
node --version
npm --version

# ntcli version and location
ntcli --version
which ntcli

# Environment variables
env | grep NTCLI

Enable Global Debug Mode

For comprehensive debugging across all commands:
export NTCLI_DEBUG=1
export NODE_ENV=development

# All ntcli commands will now show debug output
ntcli auth status
ntcli server list
ntcli mcp tools server-name

Getting Help

If you’re still experiencing issues after trying these solutions:

When Reporting Issues

Please include the following information:
# System information
uname -a
node --version
npm --version
ntcli --version

# Environment variables
env | grep NTCLI