What you’ll need
Make sure you have:- An active Compute instance
- Your instance ID (from the Hivenet dashboard)
- Your private SSH key (.pem or .ed25519 file you downloaded)
- A Mac with Terminal (you’ll find it in Spotlight)
Step 1: Find your instance ID
In the Hivenet dashboard, copy your instance ID (looks likeba184ade-84ed...). You’ll use this when connecting.
Step 2: Open Terminal
Press Cmd + Space, typeTerminal, and hit Return to open it.
Step 3: Prepare your SSH key (recommended for security)
To keep things tidy and secure, move your downloaded key to your Mac’s SSH folder. In Terminal, run these commands one by one:/path/to/your-key.pem with the actual path to the key you downloaded.
Step 4: Connect to your instance
Copy your instance ID from the Hivenet dashboard. Then run:- Replace
/path/to/your-key.pemwith your key file location - Replace
your-instance-idwith the full ID (something likeba184ade-84ed...) - The default username is ubuntu
Step 5: Accept the connection
On first connect, you’ll see a message like:yes and hit Return.
You’re in
You’ll land in your instance’s terminal, ready to install packages, run apps, or start a Jupyter notebook.Troubleshooting tips
- Permission denied (publickey)?
- Make sure the path to your
.pemfile is correct and that it’s set tochmod 600.
- Make sure the path to your
- Connection times out?
- Try restarting your instance. Some networks block SSH—if this keeps happening, ask us for help with an alternate connection method.