Skip to Content

 Common Errors & Troubleshooting

Blank page when clicking add server

Make sure that you can connect to license.ezeelogin.com server port 80 and 443 from your ezeelogin installed server. Using Telnet (Command Line): For Port 80 (HTTP): For Port 443 (HTTPS): If the connection is successful, you will see a... Read More

function keys in htop command not working in putty

The Function keys ( F1,--F9)  in  Linux  command htop is not  responding. To resolve this,  make sure to set the " Terminal Emulation " function to " Auto " under  " Account -> Preferences -> Terminal Emulation "   ... Read More

"Blank page" error in webssh console

" Blank page." error in the web ssh console. After enabling the web ssh console if you end up receiving a blank page > Try to Reset the password of the ezlogin user  You have to reset the password of the user after upgrading to ezeelogin 7.4.0 ... Read More

Error opening terminal: xterm-256color.

Keep getting the error  " Error opening terminal: xterm-256color." in  /home/{username}/ezsh.log in the shell while the gui works fine.  edit the file /etc/environment and append lines as follows vi /etc/environment TERM=xterm-color... Read More

Error while logging with saml credentials

Error while trying to login using saml credentials. 1. If you are getting the following error.  Make sure that you have provided the correct signing certificate under Settings>saml>signing certificate  and ensure that characters are not... Read More

How to disable 2FA from Ezeelogin GUI?

Disable 2FA from Ezeelogin GUI? 1. You can disable 2FA under Settings >> General>> Two Factor Authentication. Untick the checkboxes for 2FA which are  Enable Google Authenticator, Enable Duo, Enable Yubikey, Enable Access Keyword and... Read More

getting config from other node failed

'getting config from other node failed'  error while installing secondary/slave   Touch build.dat file in /usr/local/etc/ezlogin/ directory on primary node root@jumpserverprimary:~# touch  /usr/local/etc/ezlogin/build.dat ... Read More

Install not allowed on this server

To allow install on your server you can contact the support team Please contact Ezeelogin support team  24*7 Live Chat support/Helpdesk  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

signature algorithm ssh-dss not in PubkeyAcceptedAlgorithms

How to fix "userauth_pubkey: signature algorithm ssh-dss not in PubkeyAcceptedAlgorithms" Inorder to change ssh-dss key to ssh-rsa, follow below article. How to reset cluster keys in Ezeelogin? 1. Login to the server and tail /var/log/secure to... Read More

LDAP verification failed. Connection to {hostname} closed.

LDAP verification failed. Connection to {hostname} closed. in ubuntu If its Ubuntu 16.x, do these on the server and try again. Simply link /etc/ldap dir with /etc/openldap would fix the issue. root@jumpserver:~# ln -s /etc/ldap /etc/openldap �... Read More

Switching node states in Ezeelogin Cluster

How to switch the node state from slave to master in the Ezeelogin cluster? In the event when the Master node state has changed to the slave state, you would like to revert it to how it was originally since the master node is back online. 1. Login... Read More

How to disable AppArmor?

What is AppArmor? AppArmor is an important security feature that locks down vulnerable processes, restricting the damage security vulnerabilities these processes can cause. AppArmor proactively protects the operating system and applications from... Read More

Google Recaptcha shutdown issue

Google Recaptcha shutdown  If you are getting the below error message with captcha and can no longer login, upgrade to the latest version ( 7.5.0 & above ) of Ezeelogin available via the portal area. Also,  refer Disable Google... Read More

ERROR creating DB user in MySQL 8.0

Get the error on MySQL version 8:  ERROR creating DB user: Password hash should be a 41-digit hexadecimal number (0) .   ERROR granting access for DB user: Can't find any matching row in the user table (0)      For MySQL 8.0 and above, add... Read More

Could not load style files while accessing Ezeelogin GUI

Error: Image does not gets loaded while accessing Ezeelogin GUI    The above error occurs because the Ezeelogin page failed to load the style sheet i.e , the CSS(Cascading Style Sheets). 1. Refused to load the stylesheet, because it violates... Read More

Jump server user password expired

Gateway SSH User password expired If you are getting the below message when logging into the GUI, then it's time for you to reset the password for the ssh gateway user and go ahead with the  login. This is a security feature as it is... Read More

Ezeelogin GUI loading slow

How to fix the slowness in loading Ezeelogin GUI? The slowness of GUI loading may be due to one node being unable to communicate with the other. The slowness can be fixed by disconnecting the slave node. It is recommended not to remove the slave... Read More

Class ’DOMDocument’ not found

Getting error on clicking SAML tab  Class 'DOMDocument' not found /var/www/ezlogin/application/third_party/saml/lib/IdPMetadataParser.php   Installing php-dom or php-xml will solve the problem. Read More

Connection closed by remote host in Putty

How to fix the error "Remote connection closed by host" in Putty? How to fix "Please login to Ezeelogin web panel and setup two-factor authentication." in SSH clients like Putty, terminal, command prompt, etc? This error occurs when the user has... Read More

LDAP search error Cannot contact LDAP server

Error: LDAP search error: Can't contact LDAP server 1. Append log_level trace in /usr/local/etc/ezlogin/ez.conf to get the debug log. root@gateway ~]# vim /usr/local/etc/ezlogin/ez.conf log_level trace 2. Tail the latest application log to... Read More

An error occurred while trying to submit the form

Error: An error occurred while trying to submit the form - got this error while saving account > pasword > new yubikey    For PHP < 7.2, needs XML extension is required Install php-xml extension to fix this error  ... Read More

Failed loading ioncube_loader

Error: Failed loading /usr/local/ioncube/ioncube_loader_lin_5.4.so: /usr/local/ioncube/ioncube_loader_lin_5.4.so: undefined symbol: zend_block_interruptions Step 1. Ensure that you install the Ioncube loader corresponding to your PHP version only. ... Read More

UnAuthorized IP Address when using proxy

  UnAuthorized IP Address when using proxy Make sure you have enabled the " Proxy Allow All " option from Ezeelogin gui > Settings > General > Security > Proxy Allow All   Read More

How to install node in Ezeelogin gateway server?

How to install the node in the Ezeelogin gateway server using the rpm package?  1.Install nodejs in Centos - 6,7,8 root@gateway:#   curl -sL https://rpm.nodesource.com/setup_14.x |bash - root@gateway:# yum install -y nodejs root... Read More

No Two-factor Authentication configured. Contact Administrator

No Two-factor Authentication enabled This error happens when we enforce Two-Factor authentication without enabling any of the Two-Factor authentications. Run the following command to disable Force Two Factor Authentication. You should re-enable... Read More

Error: User not found. Contact administrator.

How to fix error (LDAP or Windows AD): User not found. Contact administrator.   Refer below error log of user steve in gateway server. Make sure you have installed nscd and it's running. root@gateway ~]# yum install nscd -y root@gateway ~]... Read More

LICENSE: ERROR 1032

This error can be resolved by using standalone license.  Please contact Ezeelogin support team 24*7 Live Chat Support /Helpdesk  to issue standalone license  How to install Ezeelogin using standalone license? Read More

Error while logging into Ezeelogin GUI

Error login expired. Please login.   This error usually occurs when the server is losing the cookies/session when proxied via Cloudflare/WAF. Make sure that you have appended cookie_match_ip as 0 to the end of  /usr/local/etc/ezlogin/ez.conf�... Read More

Enable/Disable 2FA [Two Factor Authentication] on Ezeelogin

How to Enable/Disable Two Factor Authentication (2FA) on Ezeelogin Jump Server? The ssh interface and the GUI of Ezeelogin Jump Server are now fortified with multi-factor authentication mechanisms such as Google Authenticator, Yubikey, and DUO... Read More

Authentication by ssh key failed

How to solve Authentication by SSH key failed in Ezeelogin? Authentication by SSH key failed.Authentication by password failed 1. Make sure that you can manually SSH to the remote server from the Ezeelogin gateway server.  root@jumpserver:~# ... Read More

How to delete multiple users in Ezeelogin?

How to delete all users in Ezeelogin? Change the number of users listing in Ezeelogin to maximum by selecting the Rows to 100.     2. Select all users in Ezeelogin and click on the delete button to remove the users.    ... Read More

"error": "invalid_grant", "error_description"

1.  {"error": "invalid_grant", "error_description": "Invalid redirect URI ’http://IP/ezlogin/index.php/auth/check_duo’."}   2.  An Error Was Encountered     If you get the above errors on accessing Ezeelogin GUI while using the... Read More

Checking database connectivity...

This error can be avoided by restarting your MySQL server. You can run the following command to restart the mysql server root@jumpserver~: service mysqld restart   Read More

Disable SAML /SSO Authentication on ezeelogin

Disable SAML /SSO Authentication on ezeelogin Run this command to disable SAML/ SSO Authentication. /usr/local/ezlogin/ez_queryrunner.php "update prefix_settings set value='internal' where name='web_auth';" Alternative Method:... Read More

Unable to login with Azure SSO

Application with identifier  " URL " was not found in the directory. This can happen if the application has not been installed by the administrator of the tenant. Unable to log in to Ezeelogin with Azure SSO.     1. Make sure that you access the... Read More

Is it possible to stop recording of user activity logs?

Is it possible to stop recording of user activity logs? No, it is not possible to stop the Web Activity, Shell Activity, Server Activity but you can stop the user's SSH log recording, RDP recording and Web Proxy Logging. You can disable SSH... Read More

How to download HAR file?

The HTTP Archive format, or HAR, is a JSON-formatted archive file format for logging of a web browser's interaction with a site. The common extension for these files is .har.The specification for the HTTP Archive (HAR) format defines an... Read More

Could not connect or access the remote servers/devices

Could not connect or access the remote servers  added in the Ezeelogin gateway This error may occur due to several reasons. The following are some of the reasons 1. Make sure that the sshd is listening on the port specified in the Add server form... Read More

Error: No such log file

Error: "No such log file" while viewing the ssh log file from the Ezeelogin webpanel1. Make sure that the ssh log file exists in /var/log/ezlogin/ directory for the id specified in the ssh log session. You can refer to the screenshot below to get... Read More

How to fix Hebrew characters missing after Ezeelogin upgrade?

How to fix Hebrew characters missing after Ezeelogin upgrade in CentOS and Ubuntu? If you find missing Hebrew characters after Ezeelogin upgrade, edit the user and save it correctly and follow the below steps to fix the error. If you are using... Read More

RDP SSL Error

How to fix RDP SSL error in Ezeelogin?   You need to copy paste the certificate you are using on web server. Refer to below example to copy paste the self-signed certificate to fix RDP SSL Error. root@gateway ~]# cp /etc/httpd/ssl/apache.crt ... Read More

How to restore primary using slave node?

Restore primary using slave node 1) Login to the slave node (secondary node) 2) Promote the secondary as Master node by clicking      Web Panel -> Cluster -> "Make Master" (Ref: https://www.ezeelogin.com/user_manual/ConfigureCluster.html) �... Read More

How to downgrade PHP 7.4 to 7.1 in Centos ?

Downgrade PHP version 7.4 to 7.1 in Centos  In this article, we will learn to downgrade php version 7.4 to version 7.1 in centos. For this, we will use some commands which we have explained in the given an example. Using this command, we can also... Read More

Could not authenticate with any LDAP server

Could not authenticate with any LDAP server How to fix Error: Could not authenticate with any LDAP server If you are facing the above error check the following:- 1. Check if your LDAP server is reachable from the gateway server. You can check... Read More

Error: LDAP search error: Operations error

Error: LDAP search error: Operations error   If you get the above error make sure that you've provided the Bind RDN and Bind Password in the LDAP settings tab as shown below.   Read More

Error: Invalid password

How to fix the error "Invalid Password" shown while editing settings in Ezeelogin GUI? The above 'Invalid password' or 'Invalid authorization password' occurs when you type in or copy-paste the wrong password in the Authorization... Read More

Where is the password of the user is stored?

The UI authentication hash is stored in the database user table and the ssh authentication hash is stored in the /etc/shadow file. For Example, we have user tony, the ssh authentication hash is stored in the /etc/shadow file as follows: [root... Read More

Ldap Failed

How to solve Ldap failed error in Ezeelogin? LDAP failed This error occurs when your LDAP server is not reachable from Ezeelogin server. You can check this by running the following command. root@gateway:~ telnet ldap_server_ip 389 For Example: ... Read More

What happens when Ezeelogin users are deleted?

Is it possible to delete Ezeelogin users? Yes.It is possible to delete Ezeelogin users. When an Ezeelogin user is deleted, they are removed from /etc/passwd file and their home directory is also gets removed. For example, We have a user called tony... Read More

DSA key based authentication is not working

How to troubleshoot the DSA key-based authentication? SSH from the client machine to the destination server with verbose and see for the messages. root@client ~]# ssh -i {dsa_private_key_path} username@server_ip -vvv debug1: Skipping ssh-dss key... Read More

Enabling Virtualshell did not allow automatic su or sudo

Automatic su or sudo when Virtualshell is Enabled If you enable the virtual shell after configuring automatic su or sudo, the user can can directly enter into a remote server, indicating that the virtual shell is configured as shown below, When you... Read More

Avoid Downtime when Ezeelogin server is down

How to avoid downtime when your Ezeelogin server goes down? 1. Always take a backup of your Ezeelogin Jump Server. Check out the following article to create a complete backup of Ezeelogin. https://www.ezeelogin.com/kb/article/how-to-create-a... Read More

Issue with Log Retain Duration

Log Retain Duration is not working If the Log Retain duration is not working you need to check the following:- 1. Check if you have set a cronjob for the root user to run daily or once a week so that log files stored on the server in the directory ( ... Read More

Could not Start Ezeelogin RDP proxy

Ezeelogin RDP proxy could not be started Ensure that the desktop browser has enough CPU( 2GHZ) and RAM( 2- 4 GB ). Close out browser tabs so as to reduce the CPU footprint so that the browser-based RDP works without slowness. Web RDP will work only... Read More

Slowness while doing ssh

Slowness when using SSH If you are facing any slowness while doing ssh, check the following steps:- 1. Make sure that you are not facing any network issues. 2. Try to do ssh from the jump box as well as from the remote servers manually and confirm... Read More

Troubleshooting Mysql SSL in Secondary node

Troubleshooting and Verifying Mysql SSL In Secondary node   While doing the installation of the slave with MySQL SSL you may come up with "Do you want to use a secure MySQL connection?", then you need to check the following:- 1. If you are giving... Read More

SSH user mapping failed

How to fix the error "SSH user mapping failed" showing in GUI and ezsh? Refer below article to get a better understanding of the SubSSH user account in Ezeelogin. SubSSH user account in Ezeelogin The error SSH user mapping failed occurs when the... Read More

Why the output getting trimmed in Parallel shell?

Output getting truncated in Parallel shell When commands such as top are run in a parallel shell, the output gets truncated as in the following screenshot:-   The ''+"  in the commands shows that the output has been trimmed. That's... Read More

Results 100 - 198 of 236