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.   root@gateway ~]#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

SSH Key rotation to remote servers

How to rotate the Ezeelogin key pair from Gateway to remote servers? Note: - The generated private key would be encrypted and cannot be retrieved. - The maximum supported private key size would be 4192 bits. How to rotate the key pair from the... 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->Miscellaneous->Log... Read More

How to renew/update standalone license ?

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

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

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

How can we upgrade PHP in an Ezeelogin installed server ?

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 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

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.  Always run... Read More