MirrorNest
← すべてのガイド

Proxmox VE

A free, open-source type-1 hypervisor (Debian-based) for running VMs and LXC containers on dedicated hardware, with a full web management UI built in.

対象: Dedicated hardware or VM (ISO install)VirtualizationHome Server公式ホームページ ↗公式ドキュメント ↗
このガイドは上記リンク先にあるProxmox VE公式ドキュメントをもとに作成されています。ディストリビューションやプロジェクトのバージョンは時間とともに変わるため、本番サーバーでこれらのコマンドを実行する前に、必ず公式ドキュメントで正確なパッケージ名・バージョン名を確認してください。
  1. 1Download the installer ISO

    Grab the current Proxmox VE ISO from the official downloads page -- always a fresh link, since the exact filename changes with every release.

  2. 2Write it to a USB drive

    Use Rufus (Windows), balenaEtcher (any OS), or `dd` (Linux/MacOS) to write the ISO to a USB stick -- this erases the drive.

    # Linux/MacOS example -- replace /dev/sdX with your actual USB device sudo dd if=proxmox-ve_*.iso of=/dev/sdX bs=1M status=progress conv=fsync

    Double-check the target device before running dd -- it overwrites whatever is there with no confirmation prompt.

  3. 3Boot the target machine from the USB drive

    Enter the BIOS/UEFI boot menu (often F11/F12/Esc at startup) and select the USB drive, then follow the graphical installer -- disk selection, country/timezone, root password, and network configuration.

  4. 4Open the web UI

    Once installed, the node reboots and the management UI is reachable over HTTPS on port 8006.

    https://<the-server's-ip>:8006

    The TLS certificate is self-signed on first boot -- your browser will warn about it, which is expected until you replace it with a real one.