Blame
b0fa4a | MB Tech | 2025-05-25 18:03:25 | 1 | # Installing Proxmox |
47e78f | MB Tech | 2025-05-25 18:03:12 | 2 | |
3 | ## Steps to Create Your First Home Lab with Proxmox |
|||
4 | ||||
5 | 1. **Plan Your Home Lab** |
|||
6 | - Define your goals (e.g., learning, testing, hosting services). |
|||
7 | - List required hardware (CPU, RAM, storage, network). |
|||
8 | ||||
9 | 2. **Prepare Hardware** |
|||
10 | - Obtain a suitable server or repurpose an old PC. |
|||
11 | - Ensure hardware supports virtualization (check for VT-x/AMD-V in BIOS/UEFI). |
|||
12 | - Connect server to your network and power. |
|||
13 | ||||
14 | 3. **Download Proxmox VE** |
|||
15 | - Visit [proxmox.com](https://www.proxmox.com/en/downloads) and download the latest Proxmox VE ISO. |
|||
16 | ||||
17 | 4. **Create a Bootable USB Drive** |
|||
18 | - Use tools like Rufus or Balena Etcher to write the Proxmox ISO to a USB drive. |
|||
19 | ||||
20 | 5. **Install Proxmox VE** |
|||
21 | - Boot your server from the USB drive. |
|||
22 | - Follow the installation wizard to install Proxmox VE. |
|||
23 | - Set up network, password, and storage during installation. |
|||
24 | ||||
25 | 6. **Access the Proxmox Web Interface** |
|||
26 | - After installation, access the web UI via `https://<server-ip>:8006` from your browser. |
|||
27 | - Log in with the credentials set during installation. |
|||
28 | ||||
29 | 7. **Configure Proxmox** |
|||
30 | - Update Proxmox to the latest version. |
|||
31 | - Set up storage pools and networking as needed. |
|||
32 | ||||
33 | 8. **Create Your First Virtual Machine (VM) or Container** |
|||
34 | - Upload an ISO or container template. |
|||
35 | - Create a new VM or LXC container using the web interface. |
|||
36 | - Assign resources (CPU, RAM, disk, network). |
|||
37 | ||||
38 | 9. **Install an Operating System in the VM** |
|||
39 | - Start the VM and follow the OS installation steps. |
|||
40 | ||||
41 | 10. **Explore and Expand** |
|||
42 | - Experiment with snapshots, backups, and clustering. |
|||
43 | - Add more VMs/containers for different services (e.g., Docker, file server, media server). |
|||
44 | ||||
45 | ## Youtube Video |
|||
46 | <iframe width="560" height="315" src="https://www.youtube.com/embed/11rC788KYlI?si=jlxqf1pqOEGpBb7r" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> |
|||
47 | ||||
48 | --- |
|||
49 | ||||
50 | *For more details, refer to the official [Proxmox documentation](https://pve.proxmox.com/wiki/Main_Page).* |