-
Notifications
You must be signed in to change notification settings - Fork 435
Admin Tools
Though EasyEngine is command line tool, there are plenty of web-based tools and scripts which can make server administration easy.
Till version 1.2, these tools were accessible with /ee/ URL prefix. As number of tools grew, we moved them to dedicated port 22222 for better management of growing list of admin tools and also for security
- /db folder : PhpMyAdmin, Adminer and Anemometer
- /php folder : info.php file with phpinfo for production php fool and webgrind for xdebug profiling analysis
- /fpm folder : status page for each fpm pool
- /cache folder : memcache, opcache and nginx-fastcgi cache viewer/cleaner
All these tools are hosted under as a PHP site at location /var/www/22222. We choose to name site itself as 22222 so it will easily standout from other sites.
You can add/remove other tools & scripts in /var/www/22222/htdocs. You can disable or even delete admin tools using ee site commands. But rest assured, they are secure as you can read below!
You can open port 22222 (5-times two) on any IP or site hosted on your server. It uses HTTPs with a self-signed certificate. Your browser may complain about SSL certificate but you can ignore it. Your connection to server will be still encrypted.
If you prompted for username & password, default will be easyengine. You can change username and password by ee secure --auth
command.
Refer: How to change HTTP Authentication
EasyEngine (ee):
- Installation
- Stack Module
- Site Module
- Debug Module
- Secure Module
- Other commands
- Configurartion File
- EasyEngine Logs
Tutorials:
- SFTP Setup
- Remote MySQL
- Setup OpenDKIM
- HHVM with EE 2.x.x
- Prevent MySQL crashing
- Change WordPress Cache
- Migrate Website With EasyEngine
- EasyEngine with Hosting Providers
Misc:
- FAQ
- Roadmap
- [Support Forum] (http://community.rtcamp.com/c/easyengine/)
- EasyEngine Update
- EasyEngine Admin Tools
- EasyEngine Beta Testing
Chat:
- [EasyEngine Developer Chat] (https://gitter.im/rtCamp/easyengine)
Testing:
- [Travis-CI] (https://travis-ci.org/rtCamp/easyengine/)
Donations:
Recently Modified: