Getting Started

Install the CLI

pip install tnr

Windows Users: If you encounter permissions issues, make sure the Python user scripts directory is added to your path.

Authenticate the CLI

tnr login

After running this command, navigate to the console to generate a token.

Add a payment method

Visit the console to add a payment method to your account.

Using Thunder Compute

# Create an instance
tnr create

# Check on your instance
tnr status --wait

# Connect to a running instance
tnr connect 0

When you finish using your instance, remember to stop it to avoid unwanted charges.

That’s it! You’re now ready to use Thunder Compute.

Next Steps

Learn how to: