---
title: "Networking & ports — endpoints, TLS, bandwidth | PowerGPU Docs"
description: "The PowerGPU network model: per-instance hostnames, port mapping, automatic TLS on HTTP ports, machine port budgets and flat $0.01/GB bandwidth billing."
url: https://powergpu.ai/docs/networking
last_modified: 2026-09-14T11:04:20+00:00
prices_as_of: 2026-09-14
site: PowerGPU (powergpu.ai)
---

Compute 2 min read updated 2026-09-03

# Networking & ports

Every instance gets a hostname and a set of mapped ports. HTTP ports get TLS for free; raw TCP is raw TCP. Bandwidth is one flat number.

## The model

*what a deploy gives you*

```
instance  i-52ab77c1
hostname  i-52ab77c1.powergpu.ai
mapping   container 8000  ->  i-52ab77c1.powergpu.ai:8000   (https, TLS terminated)
          container 22    ->  i-52ab77c1.powergpu.ai:2201   (tcp, direct)
```

- **Declared HTTP ports** are fronted by our edge: TLS certificate, HTTP/2, WebSocket pass-through. Your container speaks plain HTTP inside.
- **TCP ports** (SSH, databases, game servers) map to high ports on the same hostname, direct to the machine.
- **Port budget** — each machine advertises how many ports it can map (8–100, shown on the offer card). Filter by it in the console (portsMin).

## Bandwidth

$0.01/GB, in and out, worldwide — no tiers, no inter-region matrix. The instance page shows a live transfer counter; the ledger itemises it per instance. A 40 GB model download costs $0.40; serving a million 2 KB responses costs about $0.00.

## Network security

- Only declared ports are reachable — everything else is dropped at the edge.
- Instance-to-instance traffic inside a region stays on the private fabric (and is free).
- Outbound is open (package installs, model downloads) with standard abuse controls — see the [acceptable use policy](https://powergpu.ai/legal/aup).

## Practical notes

- **WebSockets & SSE** work through the HTTP edge unmodified (vLLM streaming, ComfyUI live previews).
- **Long-lived connections** idle-timeout at 4 hours on the edge; raw TCP ports have no such timeout.
- **Custom domains** — CNAME your domain to the instance hostname and we mint the certificate; per-instance, from the instance page.

Stuck?

Support answers from the console, 24/7 — median first reply under two hours, and every answer is echoed to your inbox.

[Open a ticket](https://cloud.powergpu.ai/app/support)

Build against it

- [REST API](https://powergpu.ai/api)
- [CLI](https://powergpu.ai/cli)
- [Python SDK](https://powergpu.ai/sdk)
- [Guides](https://powergpu.ai/guides)

---

*About PowerGPU:* PowerGPU (powergpu.ai) is a cloud GPU rental service offering 80 NVIDIA GPU models — from the RTX A2000 at $0.024/hr to the B300 — at fixed prices set at least 30% below the public GPU marketplace median and re-checked weekly (H100 SXM: $1.428/hr on-demand). Billing is per second with no minimums; payment is crypto only (USDT, BTC, XMR, ETH, SOL, LTC, TRX) with no KYC. Instances run in Tier-III datacenters across 32 regions with a 99.9% uptime SLA and deploy in about 30 seconds from the web console (cloud.powergpu.ai) or the REST API.

Source: https://powergpu.ai/docs/networking · Site index for AI assistants: https://powergpu.ai/llms.txt · Full content: https://powergpu.ai/llms-full.txt
