Connect database servers to Mini DBA so the engine can collect health, activity, performance, query, wait, alert, and platform-specific monitoring data.
Mini DBA Console routes include monitoring pages for:
In a single-engine installation, every monitored server belongs to the same engine. In a multi-engine installation, confirm which engine should own the new monitored server before you add it. Choose the engine that has network access to the database host, the correct license capacity, and the right operational ownership.
If the console is in MSP mode, a database server in one customer network should usually be added to that customer's engine, not to a central engine that cannot reach the database. Clear engine ownership makes alerts, logs, history, and licensing easier to understand later.
Use credentials that can read the database metadata and performance views required for monitoring. The exact permission set depends on the platform and which pages you want to use. For example, query, wait, health check, lock, file, and permission pages may require different system views or catalog access.
Use the platform-specific guides for connection fields, least-privilege SQL examples, and optional host OS login:
The Add Server panel collects database connection details. That login is used for database-level monitoring such as sessions, queries, waits, metadata, health checks, alerts, and permissions.
Host OS login is separate. It is configured after a server has been added, from the server permissions or connectivity modal. Host OS login is optional and is used for operating system metrics such as CPU, memory, drive capacity, and disk I/O. PostgreSQL, MySQL, MariaDB, and Oracle use the shared Host OS Login panel. SQL Server uses SQL Server DMVs for some host information and Windows performance/WMI access for additional counters.
After a server is added, the engine needs at least one collection cycle before every page has data. Some pages update quickly, such as activity and current status. Other pages depend on less frequent sampling, optional extensions, Query Store, log availability, or host OS credentials. If a page is empty immediately after adding a server, wait for the next sample and check Service Log before changing configuration.
For a step-by-step workflow, see Troubleshoot Database Connectivity.
Each database engine has different connection requirements. Oracle needs a service name and listener port. Azure SQL needs an authentication mode. SQL Server can use Windows authentication or SQL authentication. PostgreSQL and MySQL/MariaDB use host, username, and password in the current Add Server form.
Add the database server first. Then open the server permissions modal and configure OS Login. SSH credentials are not entered in the Add Server panel.
Mini DBA may still connect, but some pages will be empty or partial. Use the permissions modal and the platform-specific connection guide to grant the missing permission.