Using the klscflag utility to open port 13291

Port 13291 on the Administration Server is used for receiving connections from the MMC-based Administration Console. On non-Windows computers, this port is closed by default.

If you want to allow connection to the MMC-based Administration Console or use the klakaut utility, you can open this port by using the klscflag utility. Please note that the functionality of the MMC-based Administration Console is reduced when it is connected to Kaspersky Single Management Platform. We recommend that you use the KSMP Console to connect to Kaspersky Single Management Platform.

The klscflag utility changes the value of the KLSRV_SP_SERVER_SSL_PORT_GUI_OPEN parameter.

We recommend that you use KSMP Console to connect to Kaspersky Single Management Platform.

To open port 13291:

  1. Execute the following command in the command line:

    $ /opt/kaspersky/ksc64/sbin/klscflag -ssvset -pv klserver -s 87 -n KLSRV_SP_SERVER_SSL_PORT_GUI_OPEN -sv true -svt BOOL_T -ss "|ss_type = \"SS_SETTINGS\";"

  2. Restart the Kaspersky Single Management Platform Administration Server service by executing the following command:

    $ sudo systemctl restart kladminserver_srv

Port 13291 is open.

To check if port 13291 has been successfully open:

Execute the following command in the command line:

$ /opt/kaspersky/ksc64/sbin/klscflag -ssvget -pv klserver -s 87 -n KLSRV_SP_SERVER_SSL_PORT_GUI_OPEN -svt BOOL_T -ss "|ss_type = \"SS_SETTINGS\";"

This command returns the following result:

+--- (PARAMS_T)

+---KLSRV_SP_SERVER_SSL_PORT_GUI_OPEN = (BOOL_T)true

The true value means that the port is open. Otherwise, the false value is displayed.

Page top