Question
Why is my Droplet transfer data usage so high?
I made my DigitalOcean account 2 weeks ago, and my current Estimated Droplet Transfer Pool is now already at 1498 GB used of 485 GB.
All I have done in the past 2 weeks is:
- Create a Ubuntu web server then destroyed it.
- Created a Wordpress web server (LAMP stack) which is still currently running.
I am struggling to understand how I’ve used so much data? Surely a Wordpress web server shouldn’t be using up this much data? Or is there something I’m not aware of?
Over the last 2 weeks, I have only been charged $0.50 in server running fees. However, now I am already over 1000 GB over my limit - does this mean I will be charged an extra $10?
Thank you
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Heya,
Did you properly secure the droplet? If not i suggest you back'up your website and power the droplet off/rebuild it and start fresh with ssh password auth disabled(or a very strong random password, https://passwordsgenerator.net )
A little guide for creating (The two links at the bottom will guide you on how to add the keys to the server/DO account) SSH Keys
You will most likely be billed for the excess bandwidth tho you could try spinning up a second droplet and your current pool should increase(?) but you do have to fix what’s wrong first. Could be either an attacker that has gained access to your server via either ssh or a vulnerability in a WP plugin.
Regards,
Alex