CentOS Stream 9

CentOS Stream استضافة VPS

Community-driven Linux distribution for enterprise workloads

أقل من 60 ثانية
الوصول الكامل عبر SSH
SSD NVMe

CentOS Stream VPS Plans

Billed hourly. Cancel anytime.

1 vCPU • 512 MB • 10 GB SSD
500 GB تحويل
$2.50/mo
Deploy →
1 vCPU • 2 GB • 25 GB SSD
1 TB تحويل Popular
$5/mo
Deploy →
2 vCPU • 4 GB • 80 GB SSD
3 TB تحويل
$20/mo
Deploy →
View all plans ↓
< 60s
وقت النشر:
💾
NVMe
نوع التخزين:
🛡️
DDoS
حماية من هجمات DDoS
📞
24/7
يدعم:
CentOS Stream is a rolling-release Linux distribution that serves as the upstream development platform for Red Hat Enterprise Linux.

لماذا نختار CentOS Stream 9?

CentOS Stream-خصائص محددة التي تجعله مثاليا لاستضافة VPS

RHEL Compatible

Upstream for RHEL releases

YUM/DNF

Powerful package management

SELinux

Advanced security framework

Enterprise Ready

Suited for business applications

ما الذي يتضمنه CentOS Stream الخدمات الاستشارية المؤقتة

استضافة لينكس بمستوى المؤسسات مع تحكم كامل

النشر الفوري

خادمك {os_name} جاهز في أقل من 60 ثانية. لا انتظار، لا تأخير.

🔐

الوصول الكامل إلى صلاحيات الجذر

تحكم كامل في بيئتك. يتضمن الوصول عبر SSH. ثبّت أي برنامج تحتاجه.

💾

تخزين SSD NVMe

تخزين NVMe SSD فائق السرعة لأداء فائق. أسرع حتى 10 مرات من محركات الأقراص الصلبة التقليدية.

🛡️

حماية من هجمات DDoS

حماية من هجمات DDoS وجدار حماية على مستوى المؤسسات. حافظ على أمان خادمك من الهجمات.

🔄

النسخ الاحتياطي التلقائي

نسخ احتياطية تلقائية يومية مع استعادة بنقرة واحدة. مع نظام النسخ الاحتياطي الخاص بنا، لن تفقد بياناتك أبدًا.

📊

المراقبة في الوقت الفعلي

راقب استخدام وحدة المعالجة المركزية، وذاكرة الوصول العشوائي، والقرص، والشبكة في الوقت الفعلي. تتبع أداء خادمك على مدار الساعة.

مثالي CentOS Stream المشاريع

حالات الاستخدام الشائعة حيث CentOS Stream ممتاز

Enterprise applications, web servers, database hosting

CentOS Stream خطط الخوادم الافتراضية الخاصة

اختر إعدادات الخادم الافتراضي الخاص بك المثالية

خطط الخوادم الافتراضية الخاصة

خطط استضافة VPS سحابية مع تحكم كامل ومرونة تامة

$ 5.00 /شهر
أو $0.007/ساعة
1 أنوية وحدة المعالجة المركزية الافتراضية
2.0 GB ذاكرة الوصول العشوائي
20 GB تخزين SSD
2.00 TB تحويل
CentOS Stream مثبت مسبقًا
انشر الآن
$ 10.00 /شهر
أو $0.014/ساعة
1 أنوية وحدة المعالجة المركزية الافتراضية
2.0 GB ذاكرة الوصول العشوائي
40 GB تخزين SSD
2.00 TB تحويل
CentOS Stream مثبت مسبقًا
انشر الآن
$ 15.00 /شهر
أو $0.020/ساعة
2 أنوية وحدة المعالجة المركزية الافتراضية
2.0 GB ذاكرة الوصول العشوائي
50 GB تخزين SSD
2.00 TB تحويل
CentOS Stream مثبت مسبقًا
انشر الآن

البدء CentOS Stream

دليل سريع لنشر وتشكيل نظام التشغيل CentOS Stream الخدمات الاستشارية المؤقتة

⚠️ Important: CentOS Status

CentOS 7: Supported until June 30, 2024
CentOS 8: End-of-life (December 2021)
Recommendation: Consider migrating to Rocky Linux or AlmaLinux for long-term support.

Step 1: Connect to Your Server

ssh root@your-server-ip

Step 2: Update System Packages

yum update -y

Step 3: Install EPEL Repository

EPEL (Extra Packages for Enterprise Linux) provides additional software:

yum install -y epel-release

Step 4: Configure FirewallD

# Start and enable firewall
systemctl start firewalld
systemctl enable firewalld

# Allow SSH
firewall-cmd --permanent --add-service=ssh

# Allow HTTP/HTTPS
firewall-cmd --permanent --add-service=http
firewall-cmd --permanent --add-service=https

# Reload firewall
firewall-cmd --reload

Step 5: Disable SELinux (Optional, for Troubleshooting)

If SELinux blocks your applications, temporarily disable it:

# Temporary (until reboot)
setenforce 0

# Permanent (edit /etc/selinux/config)
sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config

Migrate to Rocky Linux

To migrate from CentOS to Rocky Linux:

curl -O https://raw.githubusercontent.com/rocky-linux/rocky-tools/main/migrate2rocky/migrate2rocky.sh
chmod +x migrate2rocky.sh
./migrate2rocky.sh -r

Important: Always backup before migrating!

الأسئلة المتكررة

أسئلة شائعة بشأن CentOS Stream VPS استضافة VPS

Is CentOS still supported?

+

CentOS 7 is supported until June 30, 2024. CentOS 8 reached end-of-life in December 2021. We recommend migrating to Rocky Linux or AlmaLinux, which are 1:1 compatible replacements for CentOS. These distributions continue the RHEL-compatible community model.

What replaced CentOS?

+

Rocky Linux and AlmaLinux are the primary CentOS replacements. Both are RHEL clones with long-term support. Rocky Linux is led by CentOS founder Gregory Kurtzer. AlmaLinux is backed by CloudLinux. Both are production-ready and compatible with existing CentOS workflows.

Can I migrate from CentOS to Rocky Linux?

+

Yes! Rocky Linux provides a migration script that converts CentOS 7/8 to Rocky Linux in-place. The process preserves your applications and configurations. Always backup before migrating.

What package manager does CentOS use?

+

CentOS uses YUM (Yellowdog Updater Modified) and DNF (Dandified YUM) for package management. Install packages with "yum install package-name" or "dnf install package-name".

Why choose CentOS over Ubuntu?

+

CentOS (and its successors) are RHEL-compatible, making them ideal if you need Red Hat ecosystem compatibility. They use RPM packages, SELinux security, and have longer release cycles (more stable). Choose Ubuntu for newer packages and larger community.

Does CentOS include a firewall?

+

Yes. CentOS uses FirewallD by default, a dynamic firewall manager. Manage rules with the "firewall-cmd" command. It's more complex than Ubuntu's UFW but offers greater control.

What is SELinux?

+

SELinux (Security-Enhanced Linux) is a mandatory access control security module included in CentOS. It provides enhanced security but can block applications if misconfigured. You can set it to permissive mode for troubleshooting: "setenforce 0".

Should I use CentOS 7 or migrate to Rocky Linux?

+

We recommend Rocky Linux or AlmaLinux for new deployments. If you're on CentOS 7, plan migration before June 2024 end-of-life. CentOS 8 is already EOL and should be migrated immediately.

تقاسم هذا الدليل

جاهز لنشر CentOS Stream -في بي إس)؟ )

قم بتشغيل خادمك في أقل من 60 ثانية

الوصول الكامل إلى صلاحيات الجذر • حماية من هجمات DDoS • دعم فني على مدار الساعة

إطلاق VPS الخاص بك
من 2.0 دولار/شهر