Understanding Bandwidth Overage Charges is a common requirement for VPS administrators. This guide provides practical instructions that you can follow on Ubuntu 22.04/24.04 or Debian 12, though most steps apply to other distributions as well.
Accessing Billing Settings
For production deployments, consider implementing high availability by running multiple instances behind a load balancer. This approach provides both redundancy and improved performance under heavy load.
Portal Dashboard → Account → Billing Settings
1. Click "Payment Methods" tab
2. Click "Add Payment Method"
3. Enter your card details
4. Click "Save" to update
Note that file paths may vary depending on your Linux distribution. The examples here are for Debian/Ubuntu; adjust paths accordingly for RHEL/CentOS-based systems.
Understanding Charges
The default configuration works well for development environments, but production servers require additional tuning. Pay particular attention to connection limits, timeout values, and logging settings.
Portal Dashboard → Account → Billing Settings
1. Click "Payment Methods" tab
2. Click "Add Payment Method"
3. Enter your card details
4. Click "Save" to update
Make sure to restart the service after applying these changes. Some settings require a full restart rather than a reload to take effect.
Advanced Settings
Performance benchmarks show that properly tuned bandwidth can handle significantly more concurrent connections than the default configuration. The key improvements come from adjusting worker processes and connection pooling.
Next Steps
With bandwidth now set up and running, consider implementing monitoring to track performance metrics over time. Regularly review your configuration as your workload changes and scale resources accordingly.