Prerequisites
Before editing a package, make sure you have:
- Admin access to HestiaCP
Method 1: Edit via HestiaCP Web Interface
Step 1: Log in as Admin
https://YOUR_SERVER_IP:8083
Step 2: Navigate to USER Section
Click on USER in the top menu bar.
Step 3: Go to Packages Tab
Click on the Packages tab.
Step 4: Click Edit Icon
Click the gear icon (⚙️) next to the package.
Step 5: Modify Limits
Update any of the following:
- Web Domains: Change domain limit
- Disk Space (MB): Adjust storage quota
- Bandwidth (MB): Adjust traffic limit
- Databases: Change database limit
- Mail Accounts: Change email account limit
Step 6: Save
Click Save to apply changes.
Method 2: Edit via SSH
ssh hxroot@YOUR_SERVER_IP -p 22
/usr/local/hestia/bin/v-change-user-package bronze web 10
Change specific limit:
# Change only disk space
/usr/local/hestia/bin/v-change-user-package bronze disk 2048
# Change multiple limits
/usr/local/hestia/bin/v-change-user-package bronze web 10 disk 2048 db 5 email 25
Effects on Existing Users
When you edit a package:
- Users already assigned to this package will get the new limits
- Users who have already exceeded new limits will be flagged as "overused"
- Recommend notifying users before reducing limits
View Package Details
/usr/local/hestia/bin/v-list-user-package bronze
✅ Package has been updated successfully!