Documentationchevron_rightNetwork & IP

Network & IP · 3 min read

Bandwidth usage, limits, and overage policy

How bandwidth is measured, what happens when you exceed your limit, and how to conserve usage.

Last updated March 28, 2026

How bandwidth is measured

Bandwidth is the sum of inbound and outbound traffic for your VPS, measured monthly. The counter resets on your billing anniversary (the day you first deployed the server each month).

Your current usage is visible in real time on the Overview tab.

Overage policy

Usage thresholdAction
0 – 79 %Normal operation
80 – 94 %Warning displayed in control panel
95 – 99 %Email alert sent to your registered address
100 %Network throttled to 1 Mbit/s for the remainder of the billing cycle

Throttling is lifted automatically at the start of the next billing cycle.

Purchasing additional bandwidth

Need more bandwidth immediately? Open a support ticket requesting a top-up. We charge at the same per-GB rate as your plan's included bandwidth, billed to your account.

Reducing bandwidth consumption

# Install vnstat to see which days used the most
apt install vnstat
vnstat --days 30

# Identify heavy processes
iftop -i eth0          # live per-connection traffic
nethogs                # per-process totals (apt install nethogs)

Common causes of unexpected bandwidth:

  • Public DNS resolver left open (restrict to localhost)
  • Open proxy or relay
  • Crypto-mining malware — check with top for high CPU processes
  • Unoptimised backup jobs sending data off-server

CDN offloading

If you run a web application, consider fronting it with a CDN (Cloudflare free tier) to offload static assets. Most plans see 60–90 % bandwidth reduction.

Related

Still stuck? Customers get support from the dashboard, and anyone can open a ticket. If you are not a customer yet, VPS plans deploy in minutes with root access and a browser console.

See VPS pricing