Powerful
database manager
in a single PHP file
AdminNeo
AdminNeo is a full-featured database management tool written in PHP. It consists of a single file ready to deploy to the target server. Free for commercial and non-commercial use.
- Clean modern user interface
- Managing the structure of databases and tables
- Data manipulation and searching
- Exporting and importing databases and data
- Executing batch SQL commands
- Extendable by plugins
- And much more…
- MySQL, MariaDB, PostgreSQL, MS SQL, SQLite, Oracle
- MongoDB, SimpleDB
- Elasticsearch (beta), ClickHouse (alpha)
Just 3 steps to start using AdminNeo:
- Download AdminNeo file.
- Upload it to your HTTP server with PHP.
- Enjoy 😉
AdminNeo can be also configured and extended by plugins or customizations. For accessing a database that does not support a password, see further instructions.
Version 5 has been significantly redesigned and refactored. Unfortunately, this has resulted in many changes that break backward compatibility with version 4.
A complete list of changes can be found in the Upgrade Guide.
The official Docker image is available at Docker Hub. Please follow the instructions on the Docker page to get started.
You may use AdminNeo under the terms of either the Apache License Version 2.0 or the GNU General Public License (GPL) version 2.
AdminNeo is based on the Adminer project by Jakub Vrána.