Add Monit to Administrative Tools 22222

I’m following this tutorial

and this

https://mmonit.com/monit/documentation/monit.html#MONIT-HTTPD

I want add Monit to Administrative Tools 22222

I think that changing this part

set httpd port 2812 and
        use address localhost
        allow localhost

to

set httpd port 22222 and
        use address ip_server
        allow localhost

After restart monit we can access to

http://ip_server:22222

Is it correct or I need do something else?

While I found how add Monit into Administrative Tools. I’ll use this option

https://wiki.bitnami.com/Components/Monit#How_to_access_to_the_Monit_WebGUI.3f