Network Requirements

To successfully host GPU servers on Clore.ai, your network must meet these requirements.

Minimum Requirements

Parameter
Requirement

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:

Port
Protocol
Purpose

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:

  1. Access router admin panel (usually 192.168.1.1)

  2. Find Port Forwarding section

  3. Forward required ports to your server's internal IP

  4. Set static internal IP for your server

Example Port Forwarding Rules

External Port
Internal IP
Internal Port
Protocol

22022

192.168.1.100

22

TCP

8080

192.168.1.100

8080

TCP

Static vs Dynamic IP

  • 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

Speed
Impact

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

  1. Check firewall rules on server

  2. Verify router port forwarding

  3. Contact ISP - some block hosting

  4. Try different port numbers

Slow Connection

  1. Run speed test

  2. Check for bandwidth throttling

  3. Consider upgrading internet plan

  4. Optimize server network settings:

Connection Drops

  1. Check for IP address changes

  2. Verify router stability

  3. Monitor system logs: dmesg | grep -i network

  4. Consider using ethernet instead of WiFi

Last updated

Was this helpful?