the zimlet uses the manager.conf. You have to enable and configurate it.
example:
[general]
enabled = yes
port = 5038
bindaddr = server IP address
allowmultiplelogin = yes ; IF set to no, rejects manager logins that are already in use.
[admin]
secret = mysecret
;deny=0.0.0.0/0.0.0.0
permit= network class (ex: 192.168.0.0/255.255.255.0)
displayconnects = yes ; Display on CLI user login/logoff
read = all
write = all |