diff --git a/community/customization/panel.md b/community/customization/panel.md index f892610b..78856e0f 100644 --- a/community/customization/panel.md +++ b/community/customization/panel.md @@ -37,10 +37,11 @@ yarn # Installs panel build dependencies ## Build Panel Assets -The following command will rebuild the Panel frontend. +The following command will rebuild the Panel frontend. For NodeJS version 17 and above, you must enable the `--openssl-legacy-provider` option before building. ```bash cd /var/www/pterodactyl +export NODE_OPTIONS=--openssl-legacy-provider # for NodeJS v17+ yarn build:production # Build panel ```