Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Pterdactyl Panel - Install Addons

Featured Replies

Has anyone using Pterdactyl Panel in Unraid tried install addons?

For example, there are a lot of various add-ons from https://pterodactylmarket.com/.  However, for the one I am trying to install "User Avatar Changer" the install instructions are not based on a Unraid Docker install.

 

Here is the install instructions:

First you need to upload the content of panelfiles folder to /var/www/pterodactyl.

Now edit panel files

1 - In routes/api-client.php above "Route::put('/email', [Client\AccountController::class, 'updateEmail'])->name('api:client.account.update-email');" add :

    Route::post('/avatar', [Client\AvatarController::class, 'store']);
    Route::get('/avatar', [Client\AvatarController::class, 'get']);
    Route::delete('/avatar', [Client\AvatarController::class, 'remove']);

2.0 - In resources/scripts/components/dashboard/AccountOverviewContainer.tsx above "</Container>" add :

        <ContentBox css={tw`md:ml-8 mt-8 md:mt-0`} title={'Change Account Avatar'} showFlashes={'account:avatar'}>
          <UploadAvatarForm />
        </ContentBox>

2.1 - In same file under all import line add :

import UploadAvatarForm from '@/components/dashboard/forms/UploadAvatarForm';

If you don't have yarn install it :

apt -y install curl dirmngr apt-transport-https lsb-release ca-certificates
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
apt -y install nodejs
cd /var/www/pterodactyl
npm i -g yarn
yarn install

And build the panel assets :

yarn build:production
chown -R www-data:www-data *

Add Laravel storage syslink :

php artisan storage:link

 

Hence, I was interested to know if anyone has tried tweaking and tried installing add-ons beyond the base Pterdactyl Panel install/configuration?  If so, I would be interested to know how, based what addon was installed. 

 

Thx

Edited by iserrano

  • 7 months later...

Sorry for the necro but have you figured out how?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.