Access Manager Plus offers advanced configuration settings for Connections in Access Manager Plus that can be customised to improve the speed and performance of the remote connections initiated from within the product. These enhancements that are already available for SSH, RDP, VNC connections individually are unified in Access Manager Plus for centralized configuration and ease of use. All the settings changes made here will be applied locally on the remote system too.
Follow the below steps to configure advanced settings for a connection:
Typically, terminal types and corresponding sets of commands vary from one SSH device to another. For example, if the SSH device added to Access Manager Plus is IBM AS400, but the terminal type is defined as xterm which is a Linux terminal type, then some commands will not work as expected and efficiency will be considerably reduced. Hence, it is essential to define the exact terminal type for each SSH device added to Access Manager Plus so that Access Manager Plus can emulate the terminal and be prepared to accept the types of commands used on that particular terminal. Type in a Terminal Type in the textfield for the selected SSH device and click Save.
Click here for a brief list of terminal emulators.
Advanced settings for RDP connections are divided into four types - General, Display, Local, and Advanced.
For VNC sessions, you can use the following settings to enhance user experience and also enforce some controls over the remote sessions. Choose an encoding format from the available list (ZRLE/Raw/Tight/Hextile/CopyRect). Also, choose how colors are displayed, the JPEG quality and extent to which ZIP files are compressed.
Apart from these, you can also disable remote cursor/switch on tracker for the cursor on the local machine.
| Term | Definition |
|---|---|
ZRLE | ZRLE stands for Zlib Run-Length Encoding . It is considered to be best for low-bandwidth network environments. |
Raw | The raw encoding sends width*height pixel values. Raw encoding minimizes processing time and increases connection speed when the server and VNC viewer are on the same machine. |
Tight | Tight encoding is considered to be the best choice for low-bandwidth network environments such as e.g. slow modem connections. Tight encoding uses zlib library to compress raw pixel data, but it pre-processes data to maximize compression ratios and to minimize CPU usage on compression. JPEG compression may be used to encode color-rich screen areas. |
Hextile | Hextile encoding is considered to be the best choice for high-speed network environments such as Ethernet local-area networks. |
CopyRect | Copy Rectangle or CopyRect encoding is useful when data is being moved; the only data sent is the location of a rectangle from which data is to be copied to the current location. |