How to add an existing server
If you have one or more servers with HAProxy installed and wish to manage them using Roxy-WI, you need to enable the state file and state socket on all HAProxy servers. This will allow you to utilize the RunTime API, Metrics, and Auto Start features. Additionally, you must install socat on all HAProxy servers and make the necessary configuration changes. Add the following lines to the HAProxy configuration files on each server, and then restart the services:
To implement Antibot protection, add the following backends:
If you would like to use a custom port for Roxy-WI and set a login/password for the HAProxy status page, please refer to the instructions here.
If you have one or more servers with Nginx installed and wish to manage them using Roxy-WI, add the lines below to the configuration of all your Nginx servers. This will allow you to view statistics and enable Auto Start.
Create a file containing the login and password using htpasswd, and save it as /etc/nginx/status_page_passwdfile.
If you would like to use a custom port for Roxy-WI and set a login and password for the Nginx status page, please refer to the instructions here.
If you have one or more servers with Apache installed and wish to manage them using Roxy-WI, add the lines below to the configuration of all your Apache servers. This will allow you to view statistics and enable Auto Start.
Create a file containing the login and password using htpasswd, and save it as /etc/httpd/server-status_htpasswd.
If you would like to use a custom port for Roxy-WI and set a login and password for the Apache status page, please refer to the instructions here.