Skip to Content

 Common Errors & Troubleshooting

F1 - F4 keys not working in ezsh when using PuTTY

Synopsis: This article provides solution for ezeelogin gateway users experiencing issues with the F1-F4 keys in ezsh when connecting via PuTTY. In PuTTY configuration window, navigate to Terminal > Keyboard. Change the "Function keys and... Read More

How to prevent putty window from closing during ssh

Prevent PuTTY window from closing during an SSH session and display the error message? Overview: This article explains how to prevent PuTTY windows from closing during an SSH session if there is any error on the server side. By default, PuTTY... Read More

LICENSE No license

I get the error LICENSE No license Please contact support even though I have issued the license. synopsis: This article offers step-by-step troubleshooting for the "LICENSE No license" error in Ezeelogin, even after issuing the license. It... Read More

setup web ssh console in ezeelogin and ssh via browser

How to set up the WebSSH console in Ezeelogin and SSH via browser? Overview: This article describes how to set up and utilize the WebSSH console in Ezeelogin, enabling secure SSH access via a browser by configuring Node.js, SSL certificates, SSH... Read More

npm install error - unable to get local issuer certificate

Resolving error: 'unable to get local issuer certificate' during node installation Overview: This article describes how to resolve the 'unable to get local issuer certificate' error during Node installation by temporarily... Read More

Disable two factor authentication from backend

How do I disable Two Factor Authentication (Google, Yubikey, Access Keyword, DUO) for the admin and other users? For Ezeelogin Version 7 and above. Synopsis: This article describes how to disable Two Factor Authentication (Google, Yubikey,... 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

Unable to login into cpanel/whm with one click

How to resolve issue while logging into cPanel/WHM with one click? Synopsis: This article helps Ezeelogin gateway users to resolve issues while logging into cPanel/WHM. Step 1: Ensure that you are able to manually login into the remote server with... Read More

How to upgrade MariaDB 5.5 to 10.x in CentOS 7 ?

How to upgrade MariaDB 5.5 to 10. x in CentOS 7 ?    1. Before upgrading the MariaDB, create a dump of the Ezeelogin database: root@jumpserver:~# mysqldump db_name > db_name_backup.sql -u root -p    Example:  root@jumpserver:~#�... Read More

key_read: uudecode ssh user cant login with ssh key

User can't log in with their SSH key and I'm getting this error in /var/log/secure synopsis: This article explains how to resolve SSH login issues by updating a user's public key, either through the Ezeelogin backend or by manually... Read More

Configure Automatic su or sudo

How to configure Automatic su or sudo /switch user CentOS/Freebsd/Ubuntu servers? synopsis: This article provides step-by-step instructions for adding a server to Ezeelogin, detailing the necessary configurations for remote SSH login using either... Read More

vi editor having issues while logged in via ezeelogin

vi editor does not work as it should when editing files via ezeelogin   Try changing the terminal emulation to auto or vt102 and let us know if it solves the problem. https://www.ezeelogin.com/user_manual/Preferences.html  ... Read More

How to reset Ezeelogin admin user password or security code

Reset Ezeelogin super admin user password or security code. Synopsis: This article describes the step-by-step process to securely reset the admin password in Ezeelogin, ensuring continued access and security for your server environment. Resetting... Read More

PHP extension ’mcrypt’ is required.

Installing php-mcrypt on a 64-bit CentOS Ezeelogin SSH Gateway Server Synopsis: php-mcrypt is a PHP extension that provides encryption and decryption functions using the MCrypt library. PHP allows developers to encrypt and decrypt data using... Read More

ERROR for site owner: Invalid domain for site key

Resolving the "Invalid Domain for Site Key" reCAPTCHA Error Overview: This article addresses the "ERROR for site owner: Invalid domain for site key" issue encountered while setting up Google reCAPTCHA. It provides solutions to ensure that the... Read More

’Failed to establish SSH session ’

Troubleshooting "Failed to Establish SSH Session" Errors with Ezeelogin Overview: This article addresses troubleshooting steps for resolving "Failed to establish SSH session" errors encountered when using Ezeelogin's shell interface. Covering... Read More

NODE_RDP_PROTOCOL_X224_NEG_FAILURE()

Troubleshooting "Connection has been closed" Error in Windows RDP Overview: This article provides solutions for resolving the "Connection has been closed" error in Windows RDP. It advises using the web console to inspect error details and... Read More

reCaptcha: Could not open socket Connection timed out

Getting "reCaptcha: Could not open socket Connection timed out" while logging into gateway server. Synopsis: This article will help the gateway admin user to fix the error "reCaptcha: Could not open socket Connection timed out" while logging into... Read More

How to disable web terminal application in Cpanel ?

Disable web terminal application in Cpanel  Overview: This article explains how to disable web terminal application in Cpanel for WHM users. Disable web terminal access in Cpanel by creating /var/cpanel/disable_whm_terminal_ui file for WHM users.... Read More

Token not found in Cpanel/WHM

Getting Token not found error or  Session Not found when accessing Cpanel/WHM Overview: This article describes the troubleshooting steps for resolving cPanel/WHM login issues by ensuring the correct date & time, disabling SELinux, resetting... Read More

How to set MySQL root password

SET MYSQL ROOT PASSWORD What is Mysql default  Password? The default user for MySQL is the root; by default, it has no password. If you set a password for MySQL and you can’t recall it, you can always reset it and choose another one. For... Read More

User add failed

User add failed.  sh: /usr/local/ezlogin/ezcltool: Permission denied Synopsis: This article will help the Ezeelogin users to fix the user add error shown in the GUI. Follow below steps to troubleshoot the issue. Step 1: Check if SELinux is... Read More

npm ERR! cb.apply is not a function

Resolving "npm ERR! cb.apply is not a function" Error in Ezeelogin Overview: This article addresses the npm ERR! cb.apply is not a function error when installing node modules for the browser-based SSH client in Ezeelogin. The issue arises from a... Read More

setting session time out for the web interface

Configuring Session Expiry for the Web Interface Synopsis: This article explains what web session timeout is and  also outlines the steps to set or enable session timeout in the Ezeelogin Web Interface.   Web session timeout is an event that... Read More

404 error on login with nginx

How to Solve 404 Errors in Nginx? Synopsis: This article provides a detailed guide on resolving 404 errors in Nginx. Ezeelogin installation is under the directory named 'gate' Step 1: In the Nginx configuration, within the location... Read More

Forcing RDP to use TLS Encryption

Forcing RDP to use TLS Encryption Windows Remote Desktop Protocol (RDP) is widely used by system administrators to provide remote operators access to internal systems and servers. In a shocking oversight, this connection does not use strong... Read More

internal command ezinfo not displaying server details

Troubleshooting: 'ezinfo' command does not display server details Synopsis: This article describes steps to resolve the issue where the internal command 'ezinfo' does not display server details by adjusting user privileges and... Read More

502 on login with nginx

ERROR: 502 bad gateway error Synopsis:  This article describes steps to resolve a 502 Bad Gateway error in nginx by adjusting buffer sizes in nginx.conf and restarting the nginx service. If you're encountering a 502 Bad Gateway error on... Read More

vi editor not working , insert and delete not working in ssh

When we use "less" and "vi" editors, keys such as "Page Up/Down, Home/End, Ins/Del" are not working. How can we fix it? Try different options of Terminal Emulation in account preferences: https://www.ezeelogin.com/user_manual/Preferences.html ... Read More

Could not setup Ezeelogin Web SSH service

Error: "Could not setup Ezeelogin Web SSH service" Overview: This article describes troubleshooting steps for resolving the error "Could not setup Ezeelogin Web SSH service," including disabling SELinux, installing SSL certificates, configuring... Read More

reCaptcha images not loading

The reCaptcha images are not loading while logging into gateway server. Synopsis: This article will help the gateway admin user to fix the issue with loading the reCAPTCHA image while logging into the Ezeelogin GUI. Make sure the gateway server... Read More

PHP function ’exec’ is not available.

How to Resolve the ERROR: " PHP function 'exec' is not available." while Installing Ezeelogin. Synopsis: This article describes steps to resolve the 'PHP function 'exec' is not available' error during Ezeelogin... Read More

Blank page when accessing Ezeelogin web panel or GUI

Unable to Access Ezeelogin Webpanel: Blank Page Issue Synopsis: This article provides steps to troubleshoot issues when accessing the web GUI results in a blank page. 1.Make sure PHP is running on the server. root@gateway:~# php -v 2. Make sure... Read More

Unable to open ssh session

How to solve the error "Unable to open session" while trying to SSH? Synopsis: This article helps gateway users to resolve the error "Unable to open session" Step 1: Ensure that SELinux is disabled on the Ezeelogin gateway server as well as on the... Read More

"Error: LDAP extension is not installed".

"Error: LDAP extension is not installed" while clicking ldap tab Overview: This article describes how to resolve the "Error: LDAP extension is not installed" in Ezeelogin by installing the php-ldap extension on CentOS, Ubuntu (for PHP 5 and PHP 7),... Read More

Failed to Connect to IP: Permission Denied cPanel / WHM login

Unable to login into Cpanel/WHM. Getting the error Failed to Connect to IP: Permission Denied Synopsis: This article describes steps to resolve the "Unable to login into cPanel/WHM: Failed to Connect to IP: Permission Denied" error by checking php... Read More

Error log file and configuration file to troubleshoot

Ezeelogin Troubleshooting: Error Logs and Configuration Files   Synopsis: This article provides information about error log files for both backend operations and web interface(Webgui), along with instructions on monitoring console errors. ... Read More

Slowness in SSH Session

SSH session is slow when Virtual shell is enabled Synopsis: This article helps Ezeelogin gateway users in disabling the virtual shell feature, which can cause slowness in SSH sessions. Note: Virtual shell is an experimental feature. This feature... Read More

strange characters in the SSH logs recordings

Invisible control characters in the SSH logs recorded Synopsis: This article describes how the SSH session recording logs every key press of the Ezeelogin gateway users which appear as strange characters in the logs and explains the different modes... Read More

SSL Certificate failed with MySQL SSL

Certificate verify failed   [root@gateway ~]# mysql -u ezlogin_cxn -p -h 192.168.56.124 --ssl-ca=/etc/certs/ca.pem --ssl-cert=/etc/certs/client-cert.pem --ssl-key=/etc/certs/client-key.pemEnter password:ERROR 2026 (HY000): SSL connection error:... Read More

Error: Wrong passphrase or corrupted key

Resolving "wrong passphrase or corrupted key" error in ezeelogin Overview: This article addresses the "Wrong passphrase or corrupted key" error in Ezeelogin. Ensure your SSH private key is free from unusual characters. Convert or regenerate the key... Read More

Unable to login to Ezeelogin Backend - CageFS-Cloudlinux

Login Issues with Ezeelogin Backend on CageFS-CloudLinux Unable to login via SSH into ezeelogin shell on CloudLinux server with CageFS enabled.  Error:"/usr/local/bin/ezsh: No such file or directory" With CageFS (CloudLinux) enabled, you might... Read More

Google 2 factor authentication fails randomly

How to resolve google 2-factor authentication failures? Synopsis: This article will help the gateway users to fix the error "Invalid Google Authenticator code. Make sure the time is correct on the server and the mobile device" while logging into... 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

Ezsh shell disallowed

Troubleshooting "Ezsh Shell Disallowed" Error for SSH Gateway Users Overview: This article describes SSH gateway users encountering the 'Ezsh shell disallowed' error while accessing the backend via SSH, highlighting the need for explicit... Read More

Blank page when clicking add server

Verifying Connectivity to license.ezeelogin.com on Ports 80 and 443 from Your Ezeelogin Installed Server. Overview:This article guides you to verify connectivity from your Ezeelogin installed server to license.ezeelogin.com on ports 80 (HTTP) and... Read More

Error opening terminal: xterm-256color.

Troubleshooting "Error opening terminal: xterm-256color" in Shell. Overview: This article describes troubleshooting the 'Error opening terminal: xterm-256color' issue in the shell. 1. Edit the file /etc/environment and append the lines as... Read More

Results 1 - 99 of 234