Skip to Content

 Productivity & Efficiency Features

How to export servers ?

How can we export servers? Overview: This article describes exporting server details to a CSV file using an Ezeelogin script which subsequently can be imported back to the system. To streamline server management, Ezeelogin provides a convenient... Read More

User identity and access management in SSH

How to login into the remote server with the same username as the ssh gateway user? Overview: This article explains how to ensure that an SSH gateway user logs into a remote server with the same username. It covers two methods: pass the user through... Read More

How to stream the ssh sessions in real time?

Stream SSH in real-time Overview: This article guides real-time SSH session streaming: Access SSH Log tab, enable streaming with interval settings, also disable 'Encrypt SSH Session Logs' in Settings->General  for live sessions only. ... Read More

Port forwarding from jump server to target Linux machine

How to do Port forward from jump server to target Linux machine added in the bastion host Synopsis: This article will help you access the service running on a remote server, with the port forwarded to the gateway server, and can be accessed using... Read More

Webportals unavailable for user

Web Portals Unavailable for the User. Overview: This article describes how to resolve issues of unavailable web portals by adjusting user privileges through specific settings in the administrative web panel of the system. 1. Go to the web panel and... Read More

How to grant Parallel Shell privilege for a user?

Grant Parallel Shell Privilege For a User Overview: This article explains how to grant Parallel Shell access to a user in Ezsh. Navigate to Access Control -> User Action -> Servers -> Allow Parallel Shell, and enable it. Afterward, ensure... Read More

Adding WebPortal or control panel or datacenter for autologin

How to add Web portal or Control Panel and Export/Import Web portals in Ezeelogin? Overview: This article provides step-by-step instructions for adding web portals or control panels for autologin, as well as exporting and importing web portals in... Read More

Configure shell activity timeout in ssh gateway

Enabling SSH Session Timeout Overview: This article describes how to enable SSH session timeout in Ezeelogin, ensuring automatic disconnection of idle sessions from the SSH gateway based on configured activity thresholds. Ezeelogin provides a... Read More

Import servers from a CSV file into Ezeelogin

How do you import servers from a file into the Ezeelogin SSH gateway? Overview: This article describes how to efficiently import servers from a CSV file into the Ezeelogin SSH gateway, including mandatory fields, validation steps, and handling of... Read More

Parallel Shell - How to use it?

How to use Parallel Shell feature. Overview: This article outlines how to utilize Parallel Shell on an SSH gateway to execute commands simultaneously across server groups, ensuring users are granted appropriate privileges and explaining features... Read More

record rdp session

Enabling and Viewing RDP Recordings in Ezeelogin Overview: This article guides you through enabling RDP recording in Ezeelogin. Navigate to Ezeelogin GUI > Settings > General Settings > Security > RDP Recording. Use the RDP Recording... Read More

Set SSH User Expiry

How to set the expiry for Ezeelogin SSH gateway users? Overview: This article describes the feature that lets you manage the duration for which an SSH gateway user will have access to the gateway after expiry. The duration of the SSH access to the... Read More

Add a server using ssh key pair in ezeelogin

How to add a server using ssh key pair in Ezeelogin? Overview: This article helps gateway users in adding a remote server in Ezeelogin using SSH key pair and also explains on how to add a server using global key of Ezeelogin, allowing users to add a... Read More

Configure RADIUS Authentication in Ezeelogin SSH Jump host

How to integrate & Configure  RADIUS Authentication in Ezeelogin? Overview: This article provides step by step instructions to configure RADIUS authentication in Ezeelogin. Step 1:  Login to Ezeelogin GUI and navigate to Settings -> RADIUS... Read More

Add custom fields on server add form

How to add custom fields on the server add form in Ezeelogin? Synopsis: This article helps Ezeelogin gateway users on how to add custom server fields to the server add form. Step 1: Login to Ezeelogin GUI, click on the settings -> server... Read More

How to execute command on a custom group of servers?

How to execute commands simultaneously on custom group of servers? Overview: This article helps Ezeelogin admin users in creating custom server groups(mExec lists) and executing commands on these group of servers using the parallel shell feature. ... Read More

Integrate Windows AD with CentOS using SSSD

How to integrate Windows AD with Centos 8 using SSSD? Ensure that the following ports on the RHEL host are open and accessible to the AD domain controllers.  DNS =53, LDAP =389, Kerberos 88 & 464, LDAP Global Catalog 3268 and NTP 123 (UDP) ... Read More

View remote user password

How to view the remote user's password for the remote server using the Ezeelogin GUI and shell (ezsh)? Synopsis: Ezeelogin gateway user can view the updated or saved remote users password of the remote server from the Ezeelogin GUI and shell ... Read More

Add / update / delete servers through ezeelogin API

How to add/delete/update servers in GUI using Ezeelogin API? Overview: This article guides Ezeelogin gateway users to add, update, or delete servers in the GUI using the Ezeelogin API. An API script is provided for automating server add/edit... Read More

Integrate OneLogin SSO with jumpserver

Integrating OneLogin Single Sign-On (SSO) with Jumpserver Overview: This article describes integrating OneLogin Single Sign-On (SSO) with Jumpserver, focusing on configuring SAML settings in OneLogin and Jumpserver for web application... Read More

How to increase the speed of execution in parallel shell?

Enhancing Execution Speed in Parallel Shell Overview: This article explains how to enhance parallel shell execution speed by adjusting the mExec Concurrency variable. To increase the speed of parallel shell execution, increase the mExec Concurrency... Read More

Adding Interworx as webportal in Ezeelogin

How to add InterWorx as webportal in Ezeelogin? Minimum System Requirement Processor: 1.1 GHz Disk Space: 20 GB minimum; 40 GB recommended Memory: 1 GB minimum RAM with 3 GB minimum swap If the system has more than 1 GB RAM, the... Read More

Transfer file from desktop machine to remote server

How to transfer files from the user's desktop to remote servers using Ezeelogin jump server ? This feature is available from Ezeelogin version 7.30.0. Refer below article to upgrade the current Ezeelogin installation to the latest version. How... Read More

Unmanaged SubSSH User

How to use unmanaged SubSSH users in Ezeelogin? Ezeelogin will not create unmanaged SubSSH users (Linux system users) on the remote servers. Do create SubSSH user in GUI alone that already exists on the remote server. Both password and key-based... Read More

Granting SSH access using TCP Wrappers

How to grant SSH access only from an IP to a server? Login to the server and edit hosts.allow and hosts.deny and add the below lines. hosts.allow will have high priority and it will override the rules in hosts.deny. Refer below example of allowing... Read More

Integrate SSH Jump Server with syslog

How to forward Ezeelogin SSH Jump Server logs to syslog? This feature is available from Ezeelogin version 7.37.0. Refer article to upgrade Ezeelogin to the latest version. By enabling this feature, all active logs will be directed to the syslog... Read More

List user and subssh user mapped

How to list the usernames and the corresponding subssh users mapped individually? 1. Find the database and table name using the below command. root@gateway ~]# cat /usr/local/etc/ezlogin/ez.conf | grep -i "db_name\|db_prefix" db_name... Read More

Change user group from backend

How to change user group of a user from backend via MySQL queries? User groups can be updated from the backend using MySQL queries instead of utilizing the Ezeelogin GUI. Follow the steps below to update the user group of a user. 1. Find out the... Read More

Add AD as LDAP with non-administrator user

How to add Active Directory as LDAP with non-administrator user? Assign administrative privileges to the user in Active Directory and this will allow the user to bind AD LDAP with Ezeelogin. 1. Login to AD -> Server Manager -> Tools ->... Read More

Rate Limiting in SSH Connections

How to implement rate limits on outbound SSH connections? Overview: This article describes the importance of setting rate limits to manage SSH access to remote Linux devices. It provides detailed, step-by-step instructions on configuring Remote... Read More