Network Requirements
To successfully host GPU servers on Clore.ai, your network must meet these requirements.
Minimum Requirements
Download speed
100 Mbps minimum
Upload speed
100 Mbps minimum
Latency
< 100ms to major regions
IP type
Static or Dynamic (static preferred)
Note: Higher bandwidth results in better server ratings and more rentals.
Required Ports
The following ports must be accessible from the internet:
22
TCP
SSH access (or custom SSH port)
8080
TCP
Jupyter Notebook (if enabled)
3000-4000
TCP
Application ports (configurable)
Custom
TCP/UDP
As defined in server settings
Firewall Configuration
UFW (Ubuntu)
iptables
NAT / Port Forwarding
If your server is behind a router:
Access router admin panel (usually 192.168.1.1)
Find Port Forwarding section
Forward required ports to your server's internal IP
Set static internal IP for your server
Example Port Forwarding Rules
22022
192.168.1.100
22
TCP
8080
192.168.1.100
8080
TCP
Static vs Dynamic IP
Static IP (Recommended)
Consistent connection for renters
Better for DNS and bookmarks
Higher server reliability rating
Dynamic IP
Works but requires DDNS service
IP changes may briefly interrupt rentals
Configure DDNS client on your server:
Bandwidth Considerations
Impact on Earnings
100 Mbps
Minimum - basic rentals
500 Mbps
Good - suitable for most ML workloads
1 Gbps+
Excellent - attracts premium renters
Monitoring Bandwidth
Network Testing
Speed Test
Latency Test
Port Accessibility Test
From outside your network, verify ports are open:
Troubleshooting
Ports Not Accessible
Check firewall rules on server
Verify router port forwarding
Contact ISP - some block hosting
Try different port numbers
Slow Connection
Run speed test
Check for bandwidth throttling
Consider upgrading internet plan
Optimize server network settings:
Connection Drops
Check for IP address changes
Verify router stability
Monitor system logs:
dmesg | grep -i networkConsider using ethernet instead of WiFi
Last updated
Was this helpful?