Hid or restrict kmc admin console

Hi,
is there a way to restrict access kmc_console and kmcng , i mean restricting the url itself from being access through the browser from anyone.?
and the welcome page on example.com/ ,is there a way to remove it completely ?
Thanks.

Hi @s.u,

You can remove the /opt/kaltura/app/start dir if you wish. That will not cause the platform to malfunction in any way but if you do that, Iā€™d also remove the rewrite rule in /opt/kaltura/app/configurations/apache/conf.d/enabled.kaltura.conf:

RewriteRule ^/$ /start/index.php [R]

As for /admin_console, see /opt/kaltura/app/configurations/apache/conf.d/admin.conf. You may limit access to it using standard Apache mechanisms [modules], see:
https://httpd.apache.org/docs/2.4/howto/access.html

1 Like