Mod Installer Installation

  1. Drag and Drop all files from the release.zip into your Pterodactyl Panel’s root directory (usually /var/www/pterodactyl)
  2. Complete the steps at https://github.com/pterodactyl/panel/issues/4197
  3. In file resources/scripts/routers/routes.ts add
    import  ModManagerContainer  from  '@/components/server/mods/ModManagerContainer';
    
    To line 16 and add
    {
       path: '/mods',
       permissions: 'file.*',
       name: 'Mod Installer',
       component: ModManagerContainer,
    },
    
    To line 88
  4. Build the panel by running
    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
    bash
    nvm install 16.18.0
    npm install -g yarn
    yarn
    yarn add sanitize-html @types/sanitize-html
    yarn build:production
    

Support

Discord: https://discord.gg/zAMhP8YfQg

Terms of Service

No refunds  
No sharing of the plugin whatsoever