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.
Option 1: One-Line Auto Installer (Recommended)
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:
Extract the downloaded archive
Open the
upload
folderOpen your SFTP/FTP client (e.g: FileZilla or WinSCP)
Connect to your server and navigate to the Pterodactyl installation directory:
/var/www/pterodactyl
Upload the contents of the
upload
folder into this directory.When prompted, confirm to overwrite any existing files.
Make sure you are uploading the contents of the folder, not the upload
folder itself.
Overwriting files is required to properly integrate the addon into the panel. Always make a backup before proceeding.
Last updated