🖥️ How to Connect to Your GPU Instance
How do I access my GPU instance details?
To access your GPU instance details:
- Log in to your IPServerOne account.
- Navigate to your GPU instance dashboard.
- Take note of the IP address and port number (typically 22 for SSH).
How do I connect to my GPU instance from Windows?
If you’re using a Windows system:
- Download PuTTY from https://www.putty.org.
- Launch PuTTY.
- Enter your instance’s IP address.
- Click Open.
- Log in with your credentials.
How do I connect to my GPU instance from macOS or Linux?
If you’re on macOS or Linux:
- Open Terminal.
- Run the following command:
ssh username@your-instance-ip
- Enter your password when prompted.
What should I do after connecting for the first time?
You may need to perform some initial setup:
sudo apt update && sudo apt upgrade -y
Then install any necessary drivers and tools depending on your project needs.
How can I verify if the GPU is working?
To check your GPU status, run the following command:
nvidia-smi
If your connection is successful, this command will display your GPU’s details and status.
⚠️ Important Note: Make sure your firewall settings or network configuration do not block port 22 (SSH) to ensure a successful connection.
What should I do if I encounter issues connecting?
If you’re having trouble, please contact our support team via the IPServerOne Support Portal for assistance.