2025-01-09 22:45:37 +01:00
< div align = "center" >
2026-03-18 22:13:03 +01:00
< img src = "https://github.com/MacRimi/ProxMenux/blob/main/images/main.png"
alt="ProxMenux Logo"
style="max-width: 100%; height: auto;" >
2025-03-04 23:06:23 +01:00
< / div >
2025-03-05 11:33:47 +01:00
2026-03-18 22:13:03 +01:00
< br / >
< div align = "center" style = "margin-top: 20px;" >
< a href = "https://macrimi.github.io/ProxMenux/" target = "_blank" >
< img src = "https://img.shields.io/badge/Website-%23E64804?style=for-the-badge&logo=World-Wide-Web&logoColor=white" alt = "Website" / >
< / a >
< a href = "https://macrimi.github.io/ProxMenux/docs/introduction" target = "_blank" >
< img src = "https://img.shields.io/badge/Docs-%232A3A5D?style=for-the-badge&logo=read-the-docs&logoColor=white" alt = "Docs" / >
< / a >
< a href = "https://macrimi.github.io/ProxMenux/changelog" target = "_blank" >
< img src = "https://img.shields.io/badge/Changelog-%232A3A5D?style=for-the-badge&logo=git&logoColor=white" alt = "Changelog" / >
< / a >
< a href = "https://macrimi.github.io/ProxMenux/guides" target = "_blank" >
< img src = "https://img.shields.io/badge/Guides-%232A3A5D?style=for-the-badge&logo=bookstack&logoColor=white" alt = "Guides" / >
< / a >
< / div >
2026-03-18 22:06:24 +01:00
2026-03-18 22:13:03 +01:00
< br / >
2026-03-18 22:06:24 +01:00
2026-03-18 22:13:03 +01:00
**ProxMenux** is a management tool for **Proxmox VE** that simplifies system administration through an interactive menu, allowing you to execute commands and scripts with ease.
2026-03-18 22:06:24 +01:00
---
2026-03-18 22:13:03 +01:00
## 📌 Installation
To install ProxMenux, simply run the following command in your Proxmox server terminal:
2025-03-05 11:37:03 +01:00
2026-03-18 22:06:24 +01:00
```bash
2026-03-18 22:13:03 +01:00
bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"
2026-03-18 22:06:24 +01:00
```
2025-02-02 22:40:35 +01:00
2026-03-18 22:13:03 +01:00
< br >
2024-12-20 20:33:34 +01:00
2026-03-18 22:13:03 +01:00
⚠️ Be careful when copying scripts from the internet. Always remember to check the source!
2025-02-02 22:40:35 +01:00
2026-03-18 22:13:03 +01:00
📄 You can [review the source code ](https://github.com/MacRimi/ProxMenux/blob/main/install_proxmenux.sh ) before execution.
2026-03-18 22:06:24 +01:00
2026-03-18 22:13:03 +01:00
🛡️ All executable links follow our [Code of Conduct ](https://github.com/MacRimi/ProxMenux?tab=coc-ov-file#-2-security--code-responsibility ).
2025-03-09 16:04:10 +01:00
2026-03-18 22:13:03 +01:00
---
2025-03-09 16:05:59 +01:00
2026-03-18 22:13:03 +01:00
## 📌 How to Use
Once installed, launch **ProxMenux** by running:
2025-03-09 16:04:10 +01:00
2026-03-18 22:06:24 +01:00
```bash
menu
```
2026-03-18 22:13:03 +01:00
Then, follow the on-screen options to manage your Proxmox server efficiently.
2025-03-09 16:04:10 +01:00
2025-02-02 22:40:35 +01:00
---
2026-03-18 22:13:03 +01:00
2026-03-18 22:06:24 +01:00
## 🧪 Beta Program
Want to try the latest features before the official release and help shape the final version?
The **ProxMenux Beta Program** gives early access to new functionality — including the newest builds of ProxMenux Monitor — directly from the `develop` branch. Beta builds may contain bugs or incomplete features. Your feedback is what helps fix them before the stable release.
**Install the beta version:**
2025-02-02 22:40:35 +01:00
```bash
2026-03-18 22:06:24 +01:00
bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/develop/install_proxmenux_beta.sh)"
```
**What to expect:**
- You'll get new features and Monitor builds before anyone else
- Some things may not work perfectly — that's expected and normal
- When a stable release is published, ProxMenux will notify you on the next `menu` launch and offer to switch automatically
**How to report issues:**
Open a [GitHub Issue ](https://github.com/MacRimi/ProxMenux/issues ) and include:
- What you did and what you expected to happen
- Any error messages shown on screen
- Logs from the Monitor if relevant:
```bash
journalctl -u proxmenux-monitor -n 50
2024-12-20 20:33:34 +01:00
```
2026-03-18 22:06:24 +01:00
> 💙 Thank you for being part of the beta program. Your help makes ProxMenux better for everyone.
---
2026-03-18 22:13:03 +01:00
## 🖥️ ProxMenux Monitor
2026-03-18 22:06:24 +01:00
2026-03-18 22:13:03 +01:00
ProxMenux Monitor is an integrated web dashboard that provides real-time visibility into your Proxmox infrastructure — accessible from any browser on your network, without needing a terminal.
2025-02-02 22:40:35 +01:00
2026-03-18 22:13:03 +01:00
**What it offers:**
- Real-time monitoring of CPU, RAM, disk usage and network traffic
- Overview of running VMs and LXC containers with status indicators
- Login authentication to protect access
- Two-Factor Authentication (2FA) with TOTP support
- Reverse proxy support (Nginx / Traefik)
- Designed to work across desktop and mobile devices
**Access:**
Once installed, the dashboard is available at:
```
http://< your-proxmox-ip > :8008
```
The Monitor is installed automatically as part of the standard ProxMenux installation and runs as a systemd service (`proxmenux-monitor.service` ) that starts automatically on boot.
2025-02-02 22:40:35 +01:00
2026-03-18 22:13:03 +01:00
**Useful commands:**
```bash
# Check service status
systemctl status proxmenux-monitor
2025-02-02 22:40:35 +01:00
2026-03-18 22:13:03 +01:00
# View logs
journalctl -u proxmenux-monitor -n 50
2026-03-18 22:06:24 +01:00
2026-03-18 22:13:03 +01:00
# Restart the service
systemctl restart proxmenux-monitor
```
2025-02-02 22:40:35 +01:00
---
2026-03-18 22:13:03 +01:00
2026-03-18 22:06:24 +01:00
## 🔧 Dependencies
The following dependencies are installed automatically during setup:
2025-02-02 22:40:35 +01:00
2026-03-18 22:06:24 +01:00
| Package | Purpose |
|---|---|
| `dialog` | Interactive terminal menus |
| `curl` | Downloads and connectivity checks |
| `jq` | JSON processing |
| `git` | Repository cloning and updates |
| `python3` + `python3-venv` | Translation support *(Translation version only)* |
| `googletrans` | Google Translate library *(Translation version only)* |
2025-09-11 18:18:42 +02:00
2026-03-18 22:13:03 +01:00
2026-03-18 22:06:24 +01:00
---
2025-09-11 18:18:42 +02:00
2026-03-18 22:13:03 +01:00
## ⭐ Support the Project!
If you find **ProxMenux** useful, consider giving it a ⭐ on GitHub to help others discover it!
2026-03-18 22:06:24 +01:00
## 🤝 Contributing
2025-09-11 18:18:42 +02:00
2026-03-18 22:06:24 +01:00
Contributions, bug reports and feature suggestions are welcome!
2025-09-11 18:18:42 +02:00
2026-03-18 22:06:24 +01:00
- 🐛 [Report a bug ](https://github.com/MacRimi/ProxMenux/issues/new )
- 💡 [Suggest a feature ](https://github.com/MacRimi/ProxMenux/discussions )
- 🔀 [Submit a pull request ](https://github.com/MacRimi/ProxMenux/pulls )
2025-02-02 22:51:46 +01:00
2026-03-18 22:06:24 +01:00
If you find ProxMenux useful, consider giving it a ⭐ on GitHub — it helps others discover the project!
2025-10-15 10:18:43 -06:00
2026-03-18 22:06:24 +01:00
---
2026-03-18 22:13:03 +01:00
## Star History
2026-03-18 22:06:24 +01:00
2026-03-18 22:13:03 +01:00
[](https://www.star-history.com/#MacRimi/ProxMenux & Date)
2025-10-15 10:18:43 -06:00
2026-03-18 22:13:03 +01:00
< div style = "display: flex; justify-content: center; align-items: center;" >
< a href = "https://ko-fi.com/G2G313ECAN" target = "_blank" style = "display: flex; align-items: center; text-decoration: none;" >
< img src = "https://raw.githubusercontent.com/MacRimi/HWEncoderX/main/images/kofi.png" alt = "Support me on Ko-fi" style = "width:140px; margin-right:40px;" / >
< / a >
2026-03-18 22:06:24 +01:00
< / div >
2026-03-18 22:13:03 +01:00
Support the project on Ko-fi!
## Contributors
< a href = "https://github.com/MacRimi/ProxMenux/graphs/contributors" >
< img src = "https://contrib.rocks/image?repo=MacRimi/ProxMenux" / >
< / a >
[contrib.rocks ](https://contrib.rocks ).