> For the complete documentation index, see [llms.txt](https://docs.arkannis.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkannis.net/virtualization/proxmox/proxmox-cheatsheet.md).

# Proxmox Cheatsheet

### To restart webgui:

```bash
service pveproxy restart
```

### To interact with VMs use command `qm`

Example:

```bash
qm restart <vmid>
```
