Steps to create a LXC (container) in Proxmox.

Here are the steps to create a container in Proxmox:

  1. Log in to the Proxmox web interface and select the node on which you want to create the container.
  2. Click on the “Create CT” button in the top right corner of the page.
  3. In the “General” tab, select the template you want to use for the container. You can choose from a variety of operating systems, including Debian, Ubuntu, and CentOS.
  4. In the “Resource” tab, specify the amount of memory, CPU, and disk space you want to allocate to the container.
  5. In the “Network” tab, configure the container’s network settings. You can specify a static IP address or use DHCP.
  6. In the “DNS” tab, configure the container’s DNS settings.
  7. In the “Confirm” tab, review the settings you have specified and click on the “Finish” button to create the container.
  8. The container will be created and will appear in the list of containers on the node.
  9. Once the container is created, you can start it by right-clicking on it and selecting “Start”. Then you can connect to the container’s console by right-clicking on it and selecting “Console”
  10. Once the container is running, you can log in to it using the root username and password specified during the creation process.

Note that these are the basic steps to create a container in Proxmox, depending on your specific use case, there might be other steps required like configure storage, backup and so on.

455