Hostxpeed
Login Get Started →
Control Panel

How to Delete User in HestiaCP

4 min read
23 views
Jun 10, 2026

Prerequisites

Before deleting a user, make sure you have:

  • Admin access to HestiaCP

⚠️ Warning: Deleting a user will delete ALL of their domains, emails, databases, and files!

Method 1: Delete 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: Click Delete Icon

Click the red Delete icon next to the user.

Step 4: Confirm

Check the confirmation box and click Confirm.

Method 2: Delete via SSH

ssh hxroot@YOUR_SERVER_IP -p 22
/usr/local/hestia/bin/v-delete-user username

Replace username with the actual username.

Backup User Data Before Deletion

/usr/local/hestia/bin/v-backup-user username

Backup location: /backup/

✅ User has been deleted successfully.

Was this article helpful?