PAM360 offers advanced configuration settings for remote connections, allowing administrators to customize the RDP, SSH, and VNC connections based on their requirements, improving the user experience. Administrators can modify various connection options, such as the SSH terminal type, desktop composition for RDP connections, encoding type for VNC connections, etc. Administrators can modify the connection settings for RDP, SSH, and VNC connections from a centralized window, and these changes are applied only for the remote connections launched from the PAM360 interface and are not saved in the remote device.
This help document covers the following topics in detail:
Understanding encoding methods is essential for optimizing the remote connection performance based on the network conditions. Explore the following table to learn about the different encoding techniques used in remote connections.
| Terminology | Explanation |
|---|---|
ZRLE | ZRLE (Zlib Run-Length Encoding) is a compression algorithm used in VNC protocols to efficiently transmit graphical data over remote connections. It combines Zlib compression with run-length encoding (RLE) to reduce repetitive pixel patterns, making it ideal for low-bandwidth environments. |
Raw | Raw is a basic encoding method where the length * height pixel data is transmitted without any compression or encoding, thereby offering minimal processing overhead. It sends the exact pixel values of the screen, making it suitable for local connections or high-speed networks but inefficient for low-bandwidth environments due to the large data volume. |
Tight | Tight encoding is a VNC compression method optimized for low-bandwidth environments, such as slow modem connections. It uses the Zlib library to compress raw pixel data and applies pre-processing techniques to maximize compression efficiency while reducing CPU usage. For color-rich screen areas, optional JPEG compression is used to reduce bandwidth consumption further. |
Hextile | Hextile encoding is a VNC compression method suited for medium- to high-speed networks, such as LANs. It divides the screen into small rectangular tiles (typically 16×16 pixels) and compresses each tile separately. For solid-colored areas, it uses run-length encoding (RLE), while more complex tiles are encoded using raw pixel data. |
CopyRect | CopyRect (Copy Rectangle) encoding optimizes data transfer by referencing existing screen areas instead of resending unchanged pixel data. When data is moved, only the coordinates of the source and destination rectangles are transmitted, significantly reducing bandwidth usage for repetitive or static screen content. |
PAM360 allows administrators to configure connection settings for RDP, SSH, and VNC connection types. You can configure connection settings using any of the following methods:




Depending on the selected account, you will see the connection settings for one or all of the following connection types on the Configure Connection Settings window.
As shown below, the connection settings for remote sessions launched using RDP are organized into four sections:
Additional Details
Caution
Higher color depths result in vibrant output but at the cost of increased bandwidth, which can impact network performance on slower connections.
Caution
When the GFX option is enabled, for proper rendering of the RDP session, ensure the Prioritize H.264/AVC 444 graphics mode for Remote Desktop Connections and Enable H.264/AVC 444 hardware encoding for Remote Desktop Connections policies are enabled under the RDP group policy settings. If these policies are disabled, the connection will be established, but the screen will appear blank.
To configure the keyboard layout for remote sessions, navigate to General Settings >> Remote Session Management and choose a language from the Keyboard Language dropdown. The selected language applies to all the users in the PAM360 environment. The default language settings will be applied if a keyboard language is not configured.
Additional Details
Users can select their preferred keyboard language for remote sessions in the Remote Session Settings window, which can be accessed by clicking the My Profile icon. The selected keyboard language will apply only to remote sessions initiated after the configuration.
Typically, terminal types and the corresponding sets of commands that can be executed during the SSH connections vary from one SSH device to another. For example, if the SSH device added to PAM360 is IBM AS400 and the terminal type selected is a Linux terminal type, say xterm, then a few commands will not work as expected, reducing efficiency considerably. Therefore, it is essential to define the exact terminal type for each SSH device added to PAM360 so that PAM360 can emulate the terminal and process the commands used on that particular terminal. Enter the terminal name in the Terminal Type field for the selected SSH device and click Save. Click here for a brief list of terminal emulators.
PAM360 allows you to configure the following connection settings to improve the user experience and enforce control over the remote connections established using VNC protocol.