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. root@gateway ~]#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
How to rotate the Ezeelogin key pair from Gateway to remote servers? The generated private key would be encrypted and cannot be retrieved. 1. To generate the new 4192-bit key pair in the Ezeelogin jump host installation, run the following command... 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. The directory /var/log/ezlogin... Read More
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
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
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 root@jumpserver :~# cp ... 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->Miscellaneous->Log... 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
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
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. root@gateway:~$/usr/local/sbin... 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
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: root@localhost :~ 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