Replies: 2 comments
-
|
you need to use |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
two things:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current Behavior
CURRENT BEHAVIOR (Copy this section)
Multiple Blueprint extensions are properly installed in
.blueprint/extensions/with all required files (conf.yml, admin files, client files, assets), but they do not appear in the Extensions page (/admin/extensions) of the Pterodactyl panel.Only "Blueprint" (the framework itself) appears in the Extensions list. All manually installed extensions do not appear despite being:
conf.ymlfilesprivate/.store/conf.ymlstructure createdExtensions Tested:
Expected Behavior
EXPECTED BEHAVIOR (Copy this section)
Installed extensions should appear in the Extensions list at
/admin/extensionsand be available for activation/enabling. Extensions placed in.blueprint/extensions/{identifier}/with validconf.ymlfiles should be automatically detected and displayed.Steps to Reproduce
STEPS TO REPRODUCE (Copy this section)
.blueprintextension file from https://blueprint.zip/browse (e.g., Darkenate).blueprintfile (it's a ZIP archive).blueprint/extensions/{extension-identifier}/directorychown -R {web-server-user}:{web-server-user} .blueprint/extensions/{extension-identifier} chmod -R 775 .blueprint/extensions/{extension-identifier} find .blueprint/extensions/{extension-identifier} -type f -exec chmod 664 {} \;private/.store/directory structure:mkdir -p .blueprint/extensions/{extension-identifier}/private/.store cp .blueprint/extensions/{extension-identifier}/conf.yml .blueprint/extensions/{extension-identifier}/private/.store/conf.yml/admin/extensionsin the panelNote: This affects multiple extensions, not just one specific extension. All manually installed extensions exhibit the same behavior.
Blueprint Version
beta-2025-12
Panel Version
1.11.11
Is there an existing issue for this?
Beta Was this translation helpful? Give feedback.
All reactions