| 1 | === Proxmox web console === |
| 2 | |
| 3 | The Proxmox web console is a user-friendly graphical user interface (GUI) that allows users to manage virtual machines and containers, configure networking, and monitor system performance. Here's a guide on how to use the Proxmox web console: |
| 4 | |
| 5 | 1.Open your web browser and navigate to the IP address or hostname of your Proxmox server. The default port for the Proxmox web console is 8006, so the address will look something like this: https://your-proxmox-server:8006/ |
| 6 | |
| 7 | 2.Enter your Proxmox username and password to log in. |
| 8 | |
| 9 | Once you are logged in, you will see the Proxmox dashboard, which displays system status and resource usage. You can see an overview of your virtual machines and containers, monitor system performance, and access various configuration options. |
| 10 | |
| 11 | To manage virtual machines or containers, click on the "Virtual Machines" or "Containers" tab in the left-hand pane. From there, you can view and manage individual virtual machines or containers, create new ones, and configure settings such as CPU, memory, storage, and networking. |
| 12 | |
| 13 | To configure networking, click on the "Network" tab in the left-hand pane. From there, you can manage network interfaces, bridges, VLANs, and firewall rules. |
| 14 | |
| 15 | To create a new virtual machine or container, click on the "Create VM" or "Create CT" button in the upper right-hand corner of the screen. This will launch a wizard that guides you through the process of creating a new virtual machine or container. |
| 16 | |
| 17 | To monitor system performance, click on the "Dashboard" tab in the left-hand pane. This will display real-time performance metrics for CPU, memory, disk usage, network traffic, and more. |
| 18 | |
| 19 | To access advanced configuration options, click on the "Nodes" or "Cluster" tabs in the left-hand pane. From there, you can configure storage, backup and restore options, and other advanced settings. |
| 20 | |
| 21 | Proxmox web console provides a comprehensive interface for managing virtualization environments. It is user-friendly and intuitive, allowing users to easily manage virtual machines, configure networking, monitor system performance, and access advanced configuration options. |
| 22 | |
| 23 | === Proxmox Network and Clustering === |
| 24 | |