Link Search Menu Expand Document

Proxmox

  • Proxmox Virtualization Software Notes

Cheat Sheet

  • Basic CLI (Command-line interface)
    • qEMU
      • man qm
      • qm list - List qEMUs on the server.
      • qm start $v_id - Start the specific virtual machine (qEMU).
      • qm shutdown $v_id - Shutdown the specific vm (qEMU).
      • qm reboot $v_id - Reboot the specific vm (qEMU).
      • qm resume $v_id - Resume the specific vm (qEMU).
      • qm reset $v_id - Reset the specific vm (qEMU).
      • qm stop $v_id - Stop the specific vm (qEMU).
      • qm config $v_id - Configure the specific vm (qEMU).
      • qm set -onboot 1 $v_id
    • Proxmox Container
      • man pct
      • pct list - List all containers on the server. (LXC)
        • pct listsnapshot - List all snapshots
      • pct start $v_id - Start container by the specific $v-ID.
      • pct shutdown $v_id - Shutdown container by specific $v-ID.
      • pct reboot $v_id - Reboot container by specific $v-ID.
      • pct config $v_id - Configure container by specific $v-ID.
      • pct set -memory $v_ram $v_id - Set the memory for container.
        • Example: pct set -memeroy 1024 420
        • $v_ram is in megabytes by default.
      • pct enter $v_id - Enter the terminal of the container (LXC).

Backup


Disclaimer for KBVE:

We are doing our best to prepare the content of this site. However, KBVE (and its associations and subsidiaries) cannot warranty the expressions and suggestions of the contents, as well as its accuracy. In addition, to the extent permitted by the law, KBVE (assocations and subsidiaries) shall not be responsible for any losses and/or damages due to the usage of the information on our website(s). KBVE (content, site, files) is for informational and/or entertainment purposes only, you should not construe any such information or other material as legal, statutory, tax, investment, financial, or other advice. Nothing contained on KBVE (content, site, files ) constitutes a solicitation, recommendation, endorsement, or offer by KBVE or any third party service provider to buy or sell any securities or other financial instruments in this or in in any other jurisdiction in which such solicitation or offer would be unlawful under the securities laws of such jurisdiction. By using our website (including content), you hereby consent to our disclaimer and agree to its terms. The links contained on our website may lead to external sites, which are provided for convenience only. Any information or statements that appeared in these sites are not sponsored, endorsed, or otherwise approved by KBVE. For these external sites, KBVE cannot be held liable for the availability of, or the content located on or through it. Plus, any losses or damages occurred from using these contents or the internet generally.