Scan réseau & autodiscovery
How it works
The Scan module uses nmap to automatically discover MariaDB / MySQL servers on your network.
- IP range or subnet (CIDR) scanning
- Detection of open MariaDB / MySQL ports (3306, 3307, etc.)
- Parsing of nmap XML results
- Bulk import of detected servers
- Verification ping of all existing servers
Usage
# Scan réseau via CLI
php /srv/www/pmacontrol/glial scan run 192.168.1.0/24
# Ping all existing servers
php /srv/www/pmacontrol/glial scan pingAll
Via the web interface: Tools > Network scan. Enter the IP range and launch the scan. Results are displayed with detected open ports and you can import servers with one click.
nmap must be installed on the PmaControl server:
apt install nmap