Community Tutorials Proxmox VE كيفية تثبيت Proxmox VE 8 على خادم bare-metal
كيفية تثبيت Proxmox VE 8 على خادم bare-metal
PROXMOX VE

كيفية تثبيت Proxmox VE 8 على خادم bare-metal

SKYLINE Knowledge Base
Photo by Taylor Vick on Unsplash

دليل عملي خطوة بخطوة لـ كيفية تثبيت Proxmox VE 8 على خادم bare-metal. أوامر مختبرة في الإنتاج، متطلبات مسبقة، تحقق نهائي وروابط لمواضيع ذات صلة.

Proxmox VE 8 هو منصة افتراضية مفتوحة المصدر — KVM + LXC، جذر ZFS، واجهة ويب، تجميع — تشغّل المختبر المنزلي ومراكز البيانات الصغيرة والمتوسطة على حد سواء.

المتطلبات المسبقة

  • خادم فعلي بـ VT-x/AMD-V.
  • 32 GiB قرص، 8 GiB ذاكرة.
  • proxmox-ve_8.x-x.iso من proxmox.com.

الخطوة 1: كتابة ISO والإقلاع

sudo dd if=proxmox-ve_8.x-x.iso of=/dev/sdX bs=4M status=progress conv=fsync

اختر Install Proxmox VE (Graphical).

الخطوة 2: قرص ونظام ملفات

ZFS RAID لـ 2+ أقراص. Advanced: ashift=12، compress=lz4.

الخطوة 3: البلد والمنطقة

Asia/Riyadh، كلمة مرور root 32 حرفًا.

الخطوة 4: الشبكة

  • المضيف FQDN: pve01.lab.example.sa
  • IP: 10.0.10.5/24
  • Gateway و DNS

الخطوة 5: الإقلاع الأول

استخدام المجتمع المجاني:

sed -i 's/^deb/# deb/' /etc/apt/sources.list.d/pve-enterprise.list
echo 'deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription' \
  > /etc/apt/sources.list.d/pve-no-subscription.list
apt update
apt full-upgrade -y

الخطوة 6: واجهة الويب والتقوية

افتح https://10.0.10.5:8006/. سجل دخول root@pam.

  1. أنشئ مستخدم admin غير root في Datacenter → Users.
  2. أضف مجموعة admins بصلاحية Administrator.

التحقق

pveversion
pvesm status
zpool status
ip -brief address

الخاتمة

20 دقيقة وستحصل على hypervisor مع clustering و ZFS و backup و live migration.

الخطوات التالية

SKYLINE Engineering

@skyline

The engineering team at SKYLINE Industrial Solutions. We publish field-tested guides drawn from real KSA and GCC deployments.

See author profile
SKYLINE engineering services

Need this implemented for you?

Reading is free — building it right takes a team. SKYLINE engineers ship Proxmox VE for Aramco vendors, banks, hospitals and government agencies across Saudi Arabia. Talk to us before you start.

Aramco Approved Contractor ISO 9001 · ISO 27001 SAMA CSF aligned NCA ECC ready 247+ KSA clients

Comments

0 total · 0 threads
Be the first to leave a comment.