Skip to Content

 Migration & Maintenance

How to export servers ?

An export script is provided to export the list of all servers and server details into a plain text file appropriate to be imported into Ezeelogin.   [email protected] ~]#php /usr/local/ezlogin/ezxport.php <output file> [<delimiter>] ... Read More

Configuration and error log files to check for troubleshooting

The Ezeelogin configuration file is located at /usr/local/etc/ezlogin/ez.conf Ezeelogin has two logs files one for the web interface and one for the backend ssh interface called the ezsh shell (short for the Ezeelogin backend shell) FRONTEND OR WEB... Read More

Change Ezeelogin key pair

How to change the private key and public key in use? 1. To generate the new 4192-bit key pair in the Ezeelogin jumphost installation, run the following command on the gateway server first. [email protected] ~]# /usr/local/ezlogin/eztool.php ... Read More

how to create a complete backup of ezeelogin installation?

How do I create a complete backup of my Ezeelogin installation?  Execute the command /usr/local/sbin/backup_ezlogin.php and this would create a binary executable backup archive in /var/ezlogin_backup_xx_x.bin. The directory /var/log/ezlogin... Read More

Migrate jump server installation from one server to another

How do I migrate jump server installation from one server to another? How to move the Ezeelogin bastion host from one server to another(MIGRATION)? 1. If you are using the Ezeelogin master-slave configuration, you should verify and confirm database... Read More

Import servers from a CSV file into Ezeelogin

How to import servers from a file into the Ezeelogin SSH gateway? 1. To import a list of servers from a CSV file, click on the import tab on the left then choose the CSV file and click upload.  2. Once you click upload, the CSV file would be parsed... Read More

How to truncate the ssh session logs recorded

SSH Log Rotation | Prune SSH logs recorded |  In order to prevent a full disk its is important to prune the ssh log files regularly.  It is possible to auto-delete logs when the log size exceeds a limit. Navigate to Settings->Security-... Read More

How do i uninstall ezeelogin?

Execute the script php /usr/local/sbin/uninstall_ezlogin.php  Follow the prompts #################### Ezeelogin uninstaller ##########################Checking environment... donePlease note that this will uninstall ezeelogin and remove all... Read More

How do i export all server password into an excel file?

How do i export all server root password and other information into an excel file?   You may use the backend export script php /usr/local/ezlogin/ezxport.php <output file> [<delimiter>] https://www.ezeelogin.com/user_manual... Read More

Database connectivity credentials and configuration file

The database configuration are stored on the server in /usr/local/etc/ezlogin/ez.conf system_folder /var/www/ezlogin/ force_https no uri_path /ezlogin/ db_host localhost db_port /var/lib/mysql/mysql.sock db_name ezlogin_pods db_user ezlogin_mkn... Read More

Backup Ezeelogin failed during Ezeelogin version upgrade

Backup Ezeelogin failed during Ezeelogin version upgrade  when the php version on the server is upgraded to install the newer version of Ezeelogin.  The backup script fails because it was encoded with a different version of Ioncube. ... Read More