Cloudmin GPL install Centos 7 (alongside Webmin/Virtualmin [GPL]) problem

Hi,
I’ve searched whole forum but find nothing.

Got already working Webmin/Virtualmin env and I wanted add a Cloudmin GPL - kvm on my CentOS 7 x64 server.

I have iptables and CSF (no firewalld)

I was using [root@srv1 ~]# ./cloudmin-kvm-redhat-install.sh --bridge-interface em2

I fixed

No package qemu-img available. No package qemu-kvm-tools available. No package kvm-tools available. No package kmod-kvm available.

by:
yum install qemu-kvm qemu-img virt-manager libvirt libvirt-python libvirt-client virt-install virt-viewer bridge-utils

I fixed

Package libcgroup-0.41-11.el7.x86_64 already installed and latest version
Nothing to do
Redirecting to /bin/systemctl start cgconfig.service
Failed to start cgconfig.service: Unit not found.
error reading information on service cgconfig: No such file or directory

by
yum install libcgroup-tools

Now the whole cloudmin-kvm-redhat-install.sh goes without an error but I can’t access :10000 even from localhost and there’s is no sign of cloudmin whatsoever
dir /var/webmin/server-manager/ is EMPTY
dir /usr/libexec/webmin/server-manager/ is FULL of files

Am I missing something?

ps. I can set up a virtual machine via virt-install an so on.