● {{ $app['version'] }}Welcome to the
NexusBoard Installer
This wizard will guide you through installing NexusBoard. Keep your database credentials nearby; setup should take only a few minutes.
Before you begin
✓PHP 8.1 or higher is installed
✓MySQL or SQLite is available
✓Database credentials are ready if using MySQL
✓Storage and configuration directories are writable
!Protect or remove installer access after installation
{{ $app['version'] }}Version
MySQL / SQLiteDatabase
≥ 8.1PHP required
Server Requirements
The installer checked the runtime and writable paths available to this installation.
{% foreach $requirements as $req %}
{{ $req['name'] }}
{{ $req['note'] }}
{{ $req['value'] }}
{% if $req['ok'] %}PASSED{% else %}WARNING{% endif %}
{% endforeach %}
Database Configuration
Choose SQLite for the quickest setup, or provide MySQL connection credentials.
Board Setup
Name your community and create the first administrator profile.
Installing NexusBoard
Preparing the installation and creating the initial database structure.
✓
Installation Complete!
NexusForum has been installed with a clean database. Create your first categories and forums from the Admin CP.
Security reminder: Restrict access to /install before putting the site online. Administrator authentication and recovery tools are included; protect installer access before going live.