hap-wi / roxy-wi

Web interface for managing Haproxy, Nginx, Apache and Keepalived servers

Home Page:https://roxy-wi.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

Web interface(user-friendly web GUI, alerting, monitoring and secure) for managing HAProxy, Nginx and Keepalived servers. Leave your feedback

Get involved

Demo site

Demo site Login/password: admin/admin. Server resets every hour.

alt text

Features:

  1. Installing and updating HAProxy, Nginx, Apache and Keepalived with Roxy-WI as a system service
  2. Installing and updating HAProxy and Nginx with Roxy-WI as a Docker service
  3. Installing and updating Grafana, Prometheus servers with Roxy-WI
  4. Installing and updating HAProxy, Nginx, Apache, Keepalived and Node exporters with Roxy-WI
  5. Downloading, updating and formatting GeoIP to the acceptable format for HAProxy with Roxy-WI
  6. Dynamic change of Maxconn, Black/white lists, add, edit or delete backend's IP address and port with saving changes to the config file
  7. Configuring HAProxy, Nginx, Apache and Keepalived in a jiffy with Roxy-WI
  8. Viewing and analysing the status of all Frontend/backend servers via Roxy-WI from a single control panel
  9. Enabling/disabling servers through stats page without rebooting HAProxy
  10. Viewing/Analysing HAProxy, Nginx, Apache and Keepalived logs right from the Roxy-WI web interface
  11. Creating and visualizing the HAProxy workflow from Web Ui
  12. Pushing Your changes to your HAProxy, Nginx, Apache and Keepalived servers with a single click via the web interface
  13. Getting info on past changes, evaluating your config files and restoring the previous stable config at any time with a single click right from Web interface
  14. Adding/Editing Frontend or backend servers via the web interface with a click
  15. Editing the config of HAProxy, Nginx, Apache and Keepalived and push ingchanges to All Master/Slave servers by a single click
  16. Adding Multiple server to ensure the Config Sync between servers
  17. Managing the ports assigned to Frontend automatically
  18. Evaluating the changes of recent configs pushed to HAProxy, Nginx, Apache and Keepalived instances right from the Web UI
  19. Multiple User Roles support for privileged based Viewing and editing of Config
  20. Creating Groups and adding/removing servers to ensure the proper identification for your HAProxy, Nginx and Apache Clusters
  21. Sending notifications from Roxy-WI via Telegram, Slack, Email, PageDuty and via the web interface
  22. Supporting high Availability to ensure uptime to all Master slave servers configured
  23. Support of SSL (including Let's Encrypt)
  24. Support of SSH Key for managing multiple HAProxy, Nginx, Apache and Keepalived Servers straight from Roxy-WI
  25. SYN flood protect
  26. Alerting about changes of the state of HAProxy backends, about approaching the limit of Maxconn
  27. Alerting about the state of HAProxy, Nginx, Apache and Keepalived service
  28. Gathering metrics for incoming connections
  29. Web acceleration settings
  30. Firewall for web application (WAF)
  31. LDAP support
  32. Keep active HAProxy, Nginx, Apache and Keepalived services
  33. Possibility to hide parts of the config with tags for users with "guest" role: "HideBlockStart" and "HideBlockEnd"
  34. Mobile-ready design
  35. SMON (Check: Ping, TCP/UDP, HTTP(s), SSL expiry, HTTP body answer, DNS records, Status pages)
  36. Backup HAProxy, Nginx, Apache and Keepalived config files through Roxy-WI
  37. Managing OpenVPN3 as a client via Roxy-WI

alt text

Install

RPM

Read instruction on the official site

DEB

Read instruction on the official site

Manual install

Read instruction on the official site

OS support

Roxy-WI supports the following OSes:

  1. EL7(RPM installation and manual installation). It must be "Infrastructure Server" at least. x86_64 only
  2. EL8(RPM installation and manual installation). It must be "Infrastructure Server" at least. x86_64 only
  3. EL9(RPM installation and manual installation). It must be "Infrastructure Server" at least. x86_64 only
  4. Amazon Linux 2(RPM installation and manual installation). x86_64 only
  5. Ubuntu(DEB installation and manual installation). x86_64 only
  6. Other Linux distributions (manual installation only). x86_64 only

alt text

Database support

Default Roxy-WI use Sqlite, if you want use MySQL enable in config, and create database:

For MySQL support:

Read instruction on the official site

alt text

Settings

Login https://roxy-wi-server/users.py, and add: users, groups and servers. Default: admin/admin

Read instruction on the official site

alt text

alt text

Troubleshooting

If you have error:

Forbidden
You don't have permission to access /app/overview.py on this server.

Check owner(must be apache, or another user for apache)

If at first login you have:

Internal Server Error

Do this:

$ cd /var/www/haproxy-wi/app
$ ./create_db.py

and check executable .py files

If you see plain text, check section "Directory" in httpd conf

Read more

About

Web interface for managing Haproxy, Nginx, Apache and Keepalived servers

https://roxy-wi.org

License:Apache License 2.0


Languages

Language:HTML 39.1%Language:Python 34.7%Language:JavaScript 19.1%Language:CSS 3.7%Language:Jinja 2.3%Language:Shell 1.0%Language:HCL 0.1%