Accessing ispmanager via HTTP
The ispmanager control panel issues a self-signed certificate for your IP address immediately after installation on the server. Therefore, the panel is accessible via HTTPS by default, even if you haven't enabled an SSL certificate manually.
To configure the panel to operate via HTTP, follow the steps below:
Using the HTTP protocol is unsafe because the transmitted data is not encrypted and can be intercepted by attackers.
In the web server configuration file
/usr/local/mgr5/etc/ihttpd.conf, find the listen block with the required server IP address and remove the redirect parameter for it.Block example:listen { ip 1.2.3.4 }Connect to the server with the ispmanager panel via SSH and restart ihttpd from the console:
systemctl restart ihttpdIn the panel configuration file
/usr/local/mgr5/etc/ispmgr.conf, add the following option:Option DisableCookieSecure