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>]
Specify an output file and a delimiter character.
Example :
[email protected] ~]# php /usr/local/ezlogin/ezxport.php servers.csv
Enter the Ezeelogin administrator password: ******
50 servers exported
Make sure to enter the super admin's password. Superadmin would be the admin user created at the time of installation.
You can find the super-admin name by running the below command :
[email protected] ~] cat /usr/local/etc/ezlogin/ez.conf | grep -i admin_user
This script does not check the license. So you can use it to retrieve your server details even if your license expires.