If you’re facing the issue of being limited to 4GB of web space on your VPS after resetting your VPS, or perhaps another reason, then do not despair as this guide will help you solve this issue by expanding your VPS server space.
- Open your SSH client and connect to your VPS server.
- Once you’re logged in, enter the following command:
resize2fs /dev/vda1
- Wait for the process to complete. This may take several minutes.
- Verify the new size of your VPS server space with the following command:
df -h
Leave a Reply