Connecting to Your Server

Spin eliminates the headache of understanding the intricacies of configuring a secure SSH connection. After you provision your server, connecting and managing your server is a breeze.

Connect to your server

To connect to your server, you can use the spin ssh command.

Connect to your server

ssh <username>@<address>

If you use the same username on your host machine as the username on your server, you can omit the username from the command.

Deploying your application to your server

To deploy the application to your server, you can choose between different deployment strategies.

Learn more about deployment strategies →

Troubleshooting your application

If you run into any issues with your application, we've compiled a guide to help you view and troubleshoot your application.

Troubleshooting your application →

Updating your server

Keeping your server up to date is important for security and performance. We've compiled a guide to show how easy it is to update your server.

Updating your server →