Overview
Total Nodes
Online Now
Total VRAM
GB
Available VRAM
GB
GPU Model Breakdown
| GPU Model | Count | Total VRAM |
|---|---|---|
| GB |
Online Nodes
Auto-refreshes every 10sNo nodes online
GPU Nodes
| Node Name | Owner | GPU Model | VRAM | IP:Port | Status | Last Heartbeat | Actions |
|---|---|---|---|---|---|---|---|
|
Online
Offline
OS Platform
Driver Version
CUDA Version
Registered
API Key
Node ID
User ID
|
|||||||
No nodes match your filter
Server Setup
One-Click Server Setup
Run this single command on any Linux server to install Docker, deploy the registry, run the migration, and start everything automatically.
curl -fsSL https://remote-gpu.nixosoft.com/setup.sh | bash
Ubuntu 20.04+ / Debian 11+ / CentOS 8+
What the script does
Registry Status
✓ Healthy
✗ Unreachable
Checking...
Firewall Setup
Open port 15029 to allow GPU contributors to connect:
Ubuntu/Debian (UFW)
sudo ufw allow 15029/tcp
sudo ufw reload
CentOS/RHEL (firewalld)
sudo firewall-cmd --permanent --add-port=15029/tcp
sudo firewall-cmd --reload
Direct iptables
sudo iptables -A INPUT -p tcp --dport 15029 -j ACCEPT
Share with GPU Contributors
Send this to people who want to contribute their GPU:
🖥️ RemoteGPU Registry
Registry URL: https://remote-gpu.nixosoft.com
Download the app: https://nixosoft.com/downloads
1. Download and install RemoteGPU
2. Launch it
3. Select "Join an existing cluster"
4. Paste the registry URL above
5. Sign in with Google
shared-gpu-registry:
build: ./registry-service
container_name: shared-gpu-registry
restart: unless-stopped
ports:
- "15129:3456"
env_file:
- ./registry-service/.env
environment:
- PORT=3456
Environment Variables
✓
✗
Settings
Current configuration loaded from environment variables. To modify, update the .env file and restart the service.
How to Update
1. SSH into the server hosting the Docker container
2. Edit the .env file in the registry-service directory
3. Restart the container:
docker compose up -d shared-gpu-registry