Rocky Linux 9

Rocky Linux VPS සත්කාරකත්වය

Enterprise Linux distribution designed to be downstream compatible with RHEL

තත්පර 60ට අඩු
සම්පූර්ණ SSH ප්‍රවේශය
NVMe SSD

Rocky Linux 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
සහාය:
Rocky Linux is a community-driven enterprise Linux distribution designed to be 100% bug-for-bug compatible with RHEL.

තෝරා ගන්නේ ඇයි Rocky Linux 9?

Rocky LinuxVPS සත්කාරක සඳහා එය පරිපූර්ණ කරන -විශේෂ ලක්ෂණ

RHEL Compatible

Drop-in replacement for CentOS

Enterprise Grade

Production-ready stability

Community Driven

Free and open source

Long Term Support

10 years of support

ඇතුළත් වන්නේ කුමක්ද? Rocky Linux VPS

සම්පූර්ණ පාලනයක් සහිත ව්‍යවසාය ශ්‍රේණියේ ලිනක්ස් සත්කාරකත්වය

ක්ෂණික විහිදුම

ඔබගේ {os_name} සේවාදායකය තත්පර 60 කටත් අඩු කාලයකින් සූදානම්. බලා සිටීමක් නැත, ප්‍රමාදයක් නැත.

🔐

සම්පූර්ණ මූල ප්‍රවේශය

ඔබේ පරිසරය පිළිබඳ සම්පූර්ණ පාලනය. SSH ප්‍රවේශය ඇතුළත් වේ. ඔබට අවශ්‍ය ඕනෑම මෘදුකාංගයක් ස්ථාපනය කරන්න.

💾

SSD NVMe ගබඩාව

උසස් ක්‍රියාකාරිත්වය සඳහා අකුණු-වේගවත් NVMe SSD ආචයනය. සාම්ප්‍රදායික HDD වලට වඩා 10 ගුණයක් දක්වා වේගවත්.

🛡️

DDoS ආරක්ෂාව

ව්‍යවසාය-ශ්‍රේණියේ DDoS ආරක්ෂාව සහ ෆයර්වෝල්. ඔබේ සේවාදායකය ප්‍රහාර වලින් ආරක්ෂිතව තබා ගන්න.

🔄

ස්වයංක්‍රීය උපස්ථ

එක්-ක්ලික් ප්‍රතිසාධනයක් සහිත දෛනික ස්වයංක්‍රීය උපස්ථ. අපගේ උපස්ථ පද්ධතිය සමඟ ඔබේ දත්ත කිසි විටෙකත් නැති නොකරන්න.

📊

තත්‍ය කාලීන අධීක්ෂණය

CPU, RAM, තැටිය සහ ජාල භාවිතය තත්‍ය කාලීනව නිරීක්ෂණය කරන්න. ඔබේ සේවාදායකයේ ක්‍රියාකාරිත්වය 24/7 නිරීක්ෂණය කරන්න.

සඳහා පරිපූර්ණ Rocky Linux ව්‍යාපෘති

සාමාන්ය භාවිතය නඩු Rocky Linux විශිෂ්ටයි

Enterprise servers, RHEL migration, production environments

Rocky Linux VPS සැලසුම්

ඔබේ පරිපූර්ණ VPS වින්‍යාසය තෝරන්න

VPS සැලසුම්

සම්පූර්ණ පාලනය සහ නම්‍යශීලීභාවය සහිත Cloud VPS සත්කාරක සැලසුම්

$ 5.00 /මාසය
හෝ $0.007/පැය
1 vCPU හරයන්
2.0 GB RAM
20 GB SSD ගබඩාව
2.00 TB මාරු කිරීම
Rocky Linux පෙර-ස්ථාපිත
දැන් යොදවන්න
$ 10.00 /මාසය
හෝ $0.014/පැය
1 vCPU හරයන්
2.0 GB RAM
40 GB SSD ගබඩාව
2.00 TB මාරු කිරීම
Rocky Linux පෙර-ස්ථාපිත
දැන් යොදවන්න
$ 15.00 /මාසය
හෝ $0.020/පැය
2 vCPU හරයන්
2.0 GB RAM
50 GB SSD ගබඩාව
2.00 TB මාරු කිරීම
Rocky Linux පෙර-ස්ථාපිත
දැන් යොදවන්න

ආරම්භ කිරීම Rocky Linux

ඔබේ ස්ථාපනය සහ සකස් කිරීමට ක්ෂණික මාර්ගෝපදේශය Rocky Linux VPS

Step 1: Connect via SSH

ssh root@your-server-ip

Step 2: Update System

dnf update -y

Step 3: Install EPEL and Common Tools

Enable EPEL repository for additional packages:

# Install EPEL
dnf install -y epel-release

# Install common utilities
dnf install -y curl wget git vim nano htop

Step 4: Configure Firewall

# 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

# Check status
firewall-cmd --list-all

Step 5: Set Up Web Server (Example: Nginx)

# Install Nginx
dnf install -y nginx

# Start and enable
systemctl start nginx
systemctl enable nginx

# Verify
curl localhost

SELinux Configuration (If Needed)

Rocky Linux enforces SELinux by default. For troubleshooting:

# Check SELinux status
sestatus

# Set to permissive (temporary)
setenforce 0

# Disable permanently (not recommended for production)
sed -i 's/SELINUX=enforcing/SELINUX=permissive/' /etc/selinux/config

Rocky Linux Benefits

  • Enterprise stability: 10 years of support (Rocky 9 until 2032)
  • RHEL compatible: Same packages, same configurations
  • Free forever: No licensing costs, ever
  • Community-driven: Backed by CentOS founder and global community
  • Migration ready: Drop-in replacement for CentOS and RHEL

නිතර අසන ප්රශ්න

ගැන පොදු ප්රශ්න Rocky Linux VPS VPS සත්කාරකත්වය

What is Rocky Linux?

+

Rocky Linux is a community-driven, enterprise-grade operating system designed as a 1:1 bug-for-bug compatible replacement for Red Hat Enterprise Linux (RHEL). It was created by the original founder of CentOS after Red Hat shifted CentOS to CentOS Stream.

Is Rocky Linux production-ready?

+

Yes! Rocky Linux is production-ready and used by thousands of organizations worldwide. It provides the same stability and long-term support as RHEL and CentOS, with 10 years of support per major version.

How is Rocky Linux different from CentOS?

+

Rocky Linux continues the original CentOS model: a downstream, stable rebuild of RHEL. CentOS Stream became upstream (less stable). Rocky Linux offers predictable, production-ready releases with long-term support.

Can I migrate from CentOS to Rocky Linux?

+

Yes! Rocky Linux provides official migration scripts for CentOS 7 and CentOS 8. The process is straightforward and preserves your existing configurations and applications. Always backup before migrating.

What is the Rocky Linux support lifecycle?

+

Rocky Linux 8 is supported until May 31, 2029. Rocky Linux 9 is supported until May 31, 2032. This matches RHEL support timelines, giving you 10 years of security updates and bug fixes.

Does Rocky Linux cost money?

+

No! Rocky Linux is completely free and open-source. Unlike RHEL which requires subscriptions, Rocky Linux provides enterprise-grade features at no cost. Commercial support is available from third-party vendors if needed.

What package manager does Rocky Linux use?

+

Rocky Linux uses DNF (and YUM for backward compatibility). Install packages with "dnf install package-name". It has access to the same repositories and packages as RHEL.

Should I choose Rocky Linux or AlmaLinux?

+

Both are excellent RHEL clones. Rocky Linux is led by the CentOS founder. AlmaLinux is backed by CloudLinux. Both are production-ready with identical functionality. Choose based on community preference or commercial support availability.

මෙම මාර්ගෝපදේශය හුවමාරු කරන්න

ඔබගේ යෙදවීමට සූදානම් Rocky Linux VPS?

තත්පර 60කට අඩු කාලයකින් ඔබේ සේවාදායකය මාර්ගගත කරන්න

සම්පූර්ණ මූල ප්‍රවේශය • DDoS ආරක්ෂාව • 24/7 සහාය

ඔබේ VPS ආරම්භ කරන්න
$2.0/මස සිට