@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))
Firewall-Plus is not ready. Re-run 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.
@else
Firewall-Plus is installed. Open Security in the admin sidebar for settings, nodes, and servers. Panel rebuilds do not update the Wings node service; upgrade node-service/ on each host and restart firewall-plus when release notes mention node changes.
@endif @endsection