folderPlugin Files

Before integrating the Plugin manager into your Pterodactyl panel, you'll need to download and copy the plugin files into the panel directory.

Option 1: Manual File Replacement

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

To install the plugin manually:

  1. Open the upload folder.

  2. Open your SFTP/FTP client (such as FileZilla, WinSCP).

  3. Connect to your server and navigate to 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.

triangle-exclamation
git clone --depth=1 https://github.com/imTheoDoR/pterodactyl-plugin-manager.git /tmp/plugin && cp -r /tmp/plugin/* /var/www/pterodactyl && rm -rf /tmp/plugin

Last updated