Documentation

Everything you need to know about installing and managing WisPanel on your servers.

Database Management

Database Management

Create and manage MySQL/MariaDB databases.

Creating a Database

  1. Go to Databases in sidebar
  2. Click Create Database
  3. Enter database name
  4. Create user credentials
  5. Click Create

Accessing phpMyAdmin

Access at: https://YOUR_IP:2083/phpmyadmin

Database Users

Manage users with different privileges:

  • Read Only
  • Read/Write
  • Full Access

Connection Details

$host = 'localhost';
$port = 3306;
$database = 'your_database';
$username = 'your_user';
$password = 'your_password';

Backup & Restore

  • Export via phpMyAdmin
  • Automated backups to S3
  • One-click restore