Running out of disk space? You can add +75 GB of NVMe SSD storage to your VPS for £3.99/month (inc. VAT). Payment is taken upfront via Stripe and the storage is provisioned by our team.
How to add storage
- Log in to the Server Portal
- Click Manage on your server
- Scroll down to the Storage Upgrade card
- Click Add +75 GB — £3.99/mo
- Complete the Stripe payment
After payment our team is notified and will provision the extra disk. Expect 1–4 hours during business hours.
Mounting the new disk
The extra storage appears as a new block device (e.g. /dev/sdb). You will need to format and mount it:
# Check which device is the new disk\nlsblk\n\n# Format it\nmkfs.ext4 /dev/sdb\n\n# Mount it\nmkdir /data\nmount /dev/sdb /data\n\n# Make it persist after reboots\necho '/dev/sdb /data ext4 defaults 0 2' >> /etc/fstabNeed more than 75 GB?
Consider upgrading to a higher plan which includes more base NVMe storage, or contact support for custom options.
8Bit Hosting