You’ll need
- A Compute account (separate from a general Hivenet account)
- Prepaid credits in your balance
- An SSH client (macOS/Linux terminal or Windows Terminal)
1
Sign in to Compute
- Go to compute.hivenet.com and select Sign in.
- Use Google, Apple, GitHub, or email/password.
Add credits first to avoid interruptions. You can enable auto top-up later in Billing.
2
Create a GPU or CPU instance
- From the left sidebar, select Create new instance (or Create instance from the Console card).
- Choose a location. Pick what’s closest to your users or data.
- Choose your setup. Select GPU or vCPU only.
- Pick a template. Examples include Ubuntu 24.04 LTS, PyTorch 2.5, or Vulkan. Templates come pre-installed so you can start faster.
- Connectivity.
- SSH: Paste your public key.
-
Need one?
Then paste the contents of
~/.ssh/id_ed25519.pub
.
-
Need one?
- HTTPS / TCP / UDP: Keep defaults unless your app needs open ports.
- SSH: Paste your public key.
- Review the summary and select Create instance.
- Wait for Status: Running on the Instances page.
3
Connect over SSH
From Instances, copy the SSH command shown for your instance, then connect:
_username _depends on the template. For Ubuntu images it’s usually
ubuntu
.4
Launch a vLLM inference server (optional)
If you want a ready inference endpoint:
- In the sidebar, select Launch inference.
- Choose a model to run (pre-trained options are listed in the UI).
- (Optional) vLLM configuration. Leave defaults for your first run. You can tune things later (e.g., context length, concurrency, sampling parameters).
- Choose a location and setup (GPU).
- Confirm Connectivity (SSH is required; HTTPS is available by default for the endpoint when applicable).
- Select **Run inference **and wait for Running.
5
Manage and clean up
- Stop/Start: You can stop and later start an instance from Instances.
- Terminate: When you’re done, terminate the instance to stop billing.
- Billing: Track spend and balance in Billing.
Billing is per second while an instance is running.Data on the instance is deleted after termination. Back up anything important before you terminate.
Troubleshooting
- “Permission denied (publickey)” when SSHing
Ensure you added the public key during creation and you’re using the matching private key with correct file permissions (chmod 600
). - Can’t reach the service
Check that the required port is enabled under Connectivity and any firewall rules are correct. - Instance won’t start or pauses
Verify you have enough credits. Top up in Billing.
Next steps
Now that you’ve launched your first instance, you’re ready to explore more:- Learn how to use templates to speed up setup with preinstalled environments.
- Create custom templates tailored to your own workflows.
- Dive into vLLM configuration to adjust context length, concurrency, and other parameters.
- Check benchmark results for RTX 4090 and RTX 5090 GPUs.
- Review billing and credits to understand how per-second pricing works.
- Explore our security overview for details on encryption and data handling.
Need help?
- Join the Hivenet Compute community on Discord.
- Submit a request through our chatbot (you can find it on our website).
- Contact us anytime at support@hivenet.com.