@extends('layouts.admin') @include('blueprint.admin.template') @section('title') {{ $EXTENSION_NAME }} @endsection @section('content-header') @yield('extension.header') @endsection @section('content') @yield('extension.config') @yield('extension.description')@if (!($installed ?? false) || !($tablesReady ?? false))
blueprint -install pterodactylfirewallplus, ensure
FirewallPlusServiceProvider is registered, then run
php artisan migrate --force.
Install the node service on each Wings host (node-service/install.sh).
Rebuilding the panel addon does not update the node. After upgrading, update node-service/ on each Wings host and restart the firewall-plus service so iptables fixes apply.
node-service/ on each host and restart firewall-plus when release notes mention node changes.