mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-09 09:46:54 +00:00
74 lines
2.6 KiB
Markdown
74 lines
2.6 KiB
Markdown
<div align="center">
|
|
<img src="https://github.com/MacRimi/ProxMenux/blob/main/images/main.png"
|
|
alt="ProxMenu Logo"
|
|
style="max-width: 100%; height: auto;"
|
|
width="600" >
|
|
</div>
|
|
|
|
<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-proxmenux-blue?style=for-the-badge&logo=internet-explorer" alt="Website" />
|
|
</a>
|
|
<a href="https://macrimi.github.io/ProxMenux/docs/introduction" target="_blank">
|
|
<img src="https://img.shields.io/badge/Docs-Documentation-blue?style=for-the-badge&logo=read-the-docs" alt="Documentation" />
|
|
</a>
|
|
<a href="https://macrimi.github.io/ProxMenux/changelog" target="_blank">
|
|
<img src="https://img.shields.io/badge/Changelog-View%20Changes-blue?style=for-the-badge&logo=clockify" alt="Changelog" />
|
|
</a>
|
|
<a href="https://macrimi.github.io/ProxMenux/guides" target="_blank">
|
|
<img src="https://img.shields.io/badge/Guides-Guides-blue?style=for-the-badge&logo=bookstack" alt="Guides" />
|
|
</a>
|
|
</div>
|
|
|
|
<br />
|
|
|
|
# ProxMenux An Interactive Menu for Proxmox VE Management
|
|
|
|
**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.
|
|
|
|
---
|
|
|
|
## 📌 Installation
|
|
To install ProxMenux, simply run the following command in your Proxmox server terminal:
|
|
|
|
```bash
|
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"
|
|
```
|
|
|
|
---
|
|
|
|
## 📌 How to Use
|
|
Once installed, launch **ProxMenux** by running:
|
|
|
|
```bash
|
|
menu
|
|
```
|
|
Then, follow the on-screen options to manage your Proxmox server efficiently.
|
|
|
|
---
|
|
|
|
## 📌 System Requirements
|
|
🖥 **Compatible with:**
|
|
- Proxmox VE 8.x**
|
|
|
|
📦 **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`.**
|
|
|
|
---
|
|
|
|
## ⭐ Support the Project!
|
|
If you find **ProxMenux** useful, consider giving it a ⭐ on GitHub to help others discover it!
|
|
|
|
<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>
|
|
</div>
|
|
|
|
Support the project on Ko-fi!
|
|
|
|
|