Hostxpeed
Login Get Started →
Control Panel

How to Change Language in HestiaCP

3 min read
24 views
Jun 10, 2026

Prerequisites

Before changing language, make sure you have:

  • Access to HestiaCP control panel

Step 1: Log in to HestiaCP

https://YOUR_SERVER_IP:8083

Step 2: Go to User Settings

Click on your username in the top-right corner.

Select Account or Preferences.

Step 3: Change Language

Find Language dropdown menu.

Select your preferred language:

  • English
  • Spanish (Español)
  • French (Français)
  • German (Deutsch)
  • Russian (Русский)
  • Chinese (中文)
  • Japanese (日本語)
  • And many more

Step 4: Save Changes

Click Save or Update.

The interface will immediately switch to the selected language.

Change Language via SSH (System-wide Default)

Edit Hestia configuration:

nano /usr/local/hestia/conf/hestia.conf

Set default language:

LANGUAGE='es'

Restart Hestia:

systemctl restart hestia

✅ Interface language has been changed!

Was this article helpful?