Troubleshoot common Thunder Compute errors. Find solutions for connection issues, function errors, SSH problems, and access logs. Get support via Discord.
ctrl + d
and tnr connect <instance_id>
pip install tnr --upgrade
or re-download the binary from the websitetnr stop <instance_id>
and tnr start <instance_id>
(full documentation in CLI operations)/var/log/syslog
. On your local machine, you can view the CLI logs with cat ~/.thunder/logs
. Sharing these with our team can help us quickly find a solution for your problem.
Error reading SSH protocol banner
or permission issues), first retry the command.
For quick fixes, try restarting your instance with tnr stop <instance_id>
and tnr start <instance_id>
.
For persistent SSH issues, see our SSH on Thunder Compute guide for alternative connection methods.