How to Add More Storage to Your VPS

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

  1. Log in to the Server Portal
  2. Click Manage on your server
  3. Scroll down to the Storage Upgrade card
  4. Click Add +75 GB — £3.99/mo
  5. 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/fstab

Need more than 75 GB?

Consider upgrading to a higher plan which includes more base NVMe storage, or contact support for custom options.

Was this article helpful?

Info

Once payment is completed, the amount you have selected will be credited to your account balance, enabling you to renew your services or place new orders.

How much do you want to add?