Kaspersky Security Center

Using the klscflag utility to open port 13291

May 13, 2024

ID 230088

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 Security Center Linux. We recommend that you use the Kaspersky Security Center Web Console to connect to Kaspersky Security Center Linux.

The klscflag utility changes the value of the KLSRV_SP_SERVER_SSL_PORT_GUI_OPEN parameter.

We recommend that you use Kaspersky Security Center Web Console to connect to Kaspersky Security Center Linux.

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 Security Center 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.

See also:

Ports used by Kaspersky Security Center Web Console

Ports used by Kaspersky Security Center Linux

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.