Download Addon

Before integrating the Multi Language addon into your Pterodactyl panel, you'll need to download and copy the addon files into your panel directory.

To install the addon automatically via a one-liner, run the following command in your terminal:

git clone --depth=1 https://github.com/imTheoDoR/pterodactyl-multi-language.git /tmp/multilang && cp -r /tmp/multilang/* /var/www/pterodactyl && rm -rf /tmp/multilang

This command will:

  • Download the latest version of the addon.

  • Automatically copy and replace the required files.

Option 2: Manual File Replacement

When downloading the addon from BuiltByBit, you will receive a ZIP archive containing an upload folder.

To install the addon manually:

  1. Extract the downloaded archive

  2. Open the upload folder

  3. Open your SFTP/FTP client (e.g: FileZilla or WinSCP)

  4. Connect to your server and navigate to the Pterodactyl installation directory:

/var/www/pterodactyl
  1. Upload the contents of the upload folder into this directory.

  2. When prompted, confirm to overwrite any existing files.

Last updated