-
I am running my pterodactyl panel on a VM.Standard.E2.1.Micro instance from oracle cloud which has a 1 core cpu and 1 gb of ram. The panel itself is running fine although when I run "bash blueprint.sh" which is the last step in the blueprint installation process the whole instance freezes and will not respond until a reboot is forced. I am aware that this is due to the incredibly low amount of system resources available. That is why I'm asking if it would be possible to manually install blueprint instead of running the blueprint.sh file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No. Blueprint rebuilds the panel assets to apply it's changes to Pterodactyl. Skipping this step will leave you with half a Blueprint installation. A large amount of extensions utilize extension APIs that require the panel assets to be rebuilt. |
Beta Was this translation helpful? Give feedback.
No. Blueprint rebuilds the panel assets to apply it's changes to Pterodactyl. Skipping this step will leave you with half a Blueprint installation.
A large amount of extensions utilize extension APIs that require the panel assets to be rebuilt.