An export script is provided to export the list of all servers and server details in to a plain text file appropriate to be imported into Ezeelogin. php /usr/local/ezlogin/ezxport.php <output file> [<delimiter>] ... Read More
Migration & Maintenance
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
To generate the new 4192 bit key pair in the Ezeelogin jumphost installation, run the following command on the gateway server first. /usr/local/ezlogin/eztool.php -regenerate_ssh_key 2. Run the highlighted command using parallel... Read More
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. [[email protected] ~]# /usr... Read More
How do I migrate Ezeelogin 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... Read More
1. To import a list of servers from a CSV file, click on the import tab on the left then the choose the CSV file and click upload. 2. Once you click upload, the csv file would be parsed and if the format is correct, then the import button would... Read More
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
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 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
1. Export servers by ezxport utility.Run this command in Ezeelogin gateway server (old server) php /usr/local/ezlogin/ezxport.php <output file> Example : php /usr/local/ezlogin/ezxport.php servers.csv 2. Import that... Read More
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
Renew/update the standalone license In order to renew the standalone license, you have to replace the old license file with the newest in the Ezeelogin installed server. 1. Backup the existing license file [email protected] :~# cp ... Read More
1. Backup existing jump server installation Execute the following script on your server to generate a backup of your installation so that you can restore the backup in case the upgrade breaks. [email protected] Read More
How to migrate the custom server fields and server field values? 1. Take the backup of old Ezeelogin version 7 and untar the backup using the following command: [email protected] :~ sh ezlogin_backup_v7.0... Read More
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