Files
TA-ProxMenu/README.md
T
2026-07-25 10:18:31 -05:00

50 lines
1.4 KiB
Markdown

# TA-ProxMenu
Interactive installation and configuration helpers used when deploying Proxmox
VE environments.
## Install
Run as `root` on a Proxmox VE host:
```bash
bash <(curl -fsSL https://go.scity.us/install-tapm)
```
The installed launcher loads the shared iDSSYS defaults, checks for updates,
and opens the interactive menu.
## Direct actions
The menu script also supports these direct actions:
```text
pulse Install Pulse monitoring
rmm Install the ConnectWise RMM agent
omsa Install Dell OpenManage Server Administrator
glances Install Glances
acronis Install the Acronis agent
proxmenux Install or open ProxMenux
screenconnect Install the ScreenConnect agent
restart Restart local Proxmox services
cpu Detect and optionally apply a migration-safe CPU model
mm Toggle local HA maintenance mode
timeout Set VM shutdown timeouts
```
## Companion files
Large installer artifacts used by this project are stored in the separate
`TAI/files` repository. The SentinelOne package filename and displayed version
are defined together in `defaults.inc`.
## Runtime requirements
- Proxmox VE and root privileges
- Bash, Git, curl, wget, and standard Debian package tools
- `/opt/idssys/defaults/default.inc`
- `/opt/idssys/defaults/colors.inc`
The Keepalived deployment additionally requires a healthy, quorate Proxmox
cluster and passwordless root SSH between cluster nodes.