ProxMenux/README.md

53 lines
1.3 KiB
Markdown
Raw Normal View History

2025-01-09 22:45:37 +01:00
<div align="center">
<img src="https://github.com/MacRimi/ProxMenux/blob/main/images/proxmenu.png" alt="ProxMenu Logo" width="265" height="294">
</div>
2025-01-09 22:40:15 +01:00
2025-02-02 22:40:35 +01:00
# 🚀 ProxMenux: Interactive Menu for Proxmox VE Management
2025-01-09 22:42:43 +01:00
2025-02-02 22:40:35 +01:00
**ProxMenux** is an interactive menu for **Proxmox VE** that simplifies advanced task management and automation through scripts hosted on GitHub.
---
## 📌 Installation
2025-02-02 22:29:40 +01:00
To install ProxMenux, simply run the following command in your Proxmox server terminal:
2024-12-20 20:33:34 +01:00
2025-02-02 22:40:35 +01:00
```bash
bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"
2024-12-20 20:33:34 +01:00
```
2025-02-02 22:40:35 +01:00
---
## 📌 How to Use
Once installed, launch **ProxMenux** by running:
```bash
menu.sh
2024-12-20 20:33:34 +01:00
```
2025-02-02 22:40:35 +01:00
Then, follow the on-screen options to manage your Proxmox server efficiently.
---
## 📌 System Requirements
🖥 **Compatible with:**
2025-02-02 22:43:54 +01:00
- Proxmox VE 8.x**
2025-02-02 22:40:35 +01:00
📦 **Dependencies:**
- `bash`, `curl`, `wget`, `jq`, `whiptail`, `python3-venv` (These dependencies are installed automatically during setup.)
- **Translations are handled in a Python virtual environment using `googletrans-env`.**
---
## 📌 Contributing
Contributions are welcome! If you want to improve **ProxMenux**, feel free to fork the repository and submit a pull request.
---
## ⭐ Support the Project!
If you find **ProxMenux** useful, consider giving it a ⭐ on GitHub to help others discover it!
---