Troubleshooting
Common issues and their solutions.
Connection Issues
"Connection refused" error
Cause: Your local service is not running or is on a different port.
Solution:
- Make sure your local service is running
- Verify the port number matches your tunnel configuration
- Check if the service is bound to
localhostor0.0.0.0
bash
# Check if something is running on port 3000
netstat -tlnp | grep 3000 # Linux
lsof -i :3000 # macOS"Invalid token" error
Cause: The token is incorrect or has been regenerated.
Solution:
- Go to your dashboard
- Copy the token again (make sure to copy the entire string)
- Check for extra spaces or missing characters
Tunnel disconnects frequently
Cause: Network instability or firewall issues.
Solution:
- Check your internet connection
- Try a wired connection instead of WiFi
- Check if your firewall is blocking outbound connections
- The client will auto-reconnect, but persistent issues may indicate network problems
"Subdomain already taken" error
Cause: Someone else is using that subdomain.
Solution:
- Choose a different subdomain
- Try adding numbers or your username (e.g.,
myapp-john) - Check if you already have a tunnel with that subdomain
Client Issues
GUI app wont open on macOS
Cause: macOS Gatekeeper is blocking the app.
Solution:
bash
# Remove quarantine flag
xattr -c InTunnel-GUI-macOS-*
# Or right-click → OpenGUI app wont open on Windows
Cause: SmartScreen is blocking the unsigned app.
Solution:
- Click "More info"
- Click "Run anyway"
- This is normal for new/unsigned applications
CLI shows "permission denied"
Cause: The file is not executable.
Solution:
bash
chmod +x InTunnel-LinuxClient crashes immediately
Cause: Wrong architecture or corrupted download.
Solution:
- Verify you downloaded the correct version for your system
- Re-download the file
- Check the SHA256 checksum on the download page
Account Issues
Forgot password
- Go to login page
- Click "Forgot Password"
- Enter your email
- Check your inbox for reset link
Not receiving emails
- Check spam/junk folder
- Add
noreply@intunnel.cloudto contacts - Try a different email address
Account locked
Cause: Too many failed login attempts.
Solution: Wait 15 minutes and try again, or contact support.
Performance Issues
Tunnel is slow
Possible causes:
- Your local service is slow
- Network latency
- Large file transfers
Solutions:
- Test your local service directly first
- Check your internet speed
- Consider using a server closer to your location
High latency
Cause: Geographic distance to InTunnel server.
Solution:
- Our servers are in Europe
- Latency is normal for distant locations
- For production use, consider a dedicated tunnel server