| Previous | Up | Next |
|---|---|---|
| Download | Ezeelogin | Errors |
First logout of Ezeelogin completely (from web panel as well as Ezeelogin shell). Make sure no more ezeelogin shell is running on the server (ps aux | grep ezeelogin).
Upload the Ezeelogin update package to your SSH gateway server. Login to your SSH gateway server as root. Make sure all the prerequisites are installed on the SSH gateway server. Now, just chmod the Ezeelogin update package and execute it.
For example, if you downloaded the trial update package ezeelogin_update_v4.2.0_b1.bin
chmod 755 ezeelogin_update_v4.2.0_b1.bin ./ezeelogin_update_v4.2.0_b1.bin
This will update Ezeelogin at the installed location. If you moved Ezeelogin to another location after install, execute the package as follows:
./ezeelogin_update_v4.2.0_b1.bin -- /usr/local/apache/htdocs
or
./ezeelogin_update_v4.2.0_b1.bin -- /home/username/public_html
etcetera where /usr/local/apache/htdocs and /home/username/public_html are the document root folder for the domain where Ezeelogin is to be updated.
NOTE: Add a line similar to “extension=ixed.5.2.lin” based on your OS and PHP version in your php.ini after installing Ezeelogin and restart web server before accessing the web panel.
PS: If you need free update assistance, please open a ticket at AdMod support
| Previous | Up | Next |
|---|---|---|
| Download | Ezeelogin | Errors |