Trooper.AI Logo

SSH Access

Accessing Your GPU Server Blib via SSH

Each GPU Server Blib runs a fully isolated instance of Ubuntu 22.04 LTS with full root-level control. You can access your server directly via SSH using the credentials provided in the management interface.


1. Retrieving SSH Credentials

To access your server, open the Trooper.AI Management Interface and navigate to your active Blib instance.

Click on the “Actions” button to display the SSH connection details:

Use Actions button to reveal SSH credentials
Use Actions button to reveal SSH credentials

You will see the following information:

SSH Credentials revealed
SSH Credentials revealed

You may use the copy buttons to paste the values directly into your terminal.


2. Establishing the SSH Connection

Use a standard SSH command to connect to your server:

bash
ssh USERNAME@HOSTNAME -p PORT

Replace USERNAME, HOSTNAME, and PORT with the values from the dashboard.

Example:

bash
ssh trooperai@connect01.trooper.ai -p 15012

If this is your first connection, your terminal may ask to confirm the server’s fingerprint:

Code
The authenticity of host 'connect01.trooper.ai (IP)' can't be established.
Are you sure you want to continue connecting (yes/no)? 

Type yes and press Enter to proceed.


3. Connection Confirmation

After a successful connection, you should see a standard shell prompt:

Terminal connection example
Terminal connection example

This indicates you are now logged into your GPU Server Blib.


4. Using Root Privileges

Although you are logged in as a non-root user for security reasons, your account is fully privileged. You can execute administrative tasks using sudo.

Examples:

bash
sudo apt update
sudo fdisk -l

The first time you use sudo, you will be prompted to enter the provided password.


5. Notes

For any access-related issues, please contact support@trooper.ai.

Order a GPU server