Skip to content

Pterodactyl panel admin is slow #101

Answered by XCraftTM
GILADC1345 asked this question in Support
Discussion options

You must be logged in to vote

Heya, we a got a few people that have that issue, this issue persists on all blueprint installed Panels and it was already discussed and half solved on the Discord Support Thread.

A Solution was to manually change the URL of the boxicons cdn server in the panel files and rebuild it:

cd /var/www/pterodactyl/public
wget -O boxicons.min.css https://unpkg.com/boxicons@latest/css/boxicons.min.css
nano /var/www/pterodactyl/resources/views/blueprint/admin/admin.blade.php

replace:
{!! $blueprint->importStylesheet('https://unpkg.com/boxicons@latest/css/boxicons.min.css') !!}

with:
<link rel="stylesheet" href="{{ asset('assets/css/boxicons.min.css') }}">

Note: Not my Message, this was written by …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by prplwtf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants