Rocky Linux 9

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

Enterprise Linux distribution designed to be downstream compatible with RHEL

විනාඩි 2කින් සූදානම්
සම්පූර්ණ SSH ප්‍රවේශය
SSD ගබඩාව

Rocky Linux VPS සැලසුම්

පැයකට බිල්පත්.

1 vCPU • 512 MB • 10 GB SSD
500 GB මාරු කිරීම
IPv6 පමණක්. IPv4 $2/මාසයක් ඇඩෝන වේ.
1 vCPU • 2 GB • 25 GB SSD
1 TB මාරු කිරීම ජනප්‍රිය
2 vCPU • 4 GB • 80 GB SSD
3 TB මාරු කිරීම
සියලු සැලසුම් බලන්න ↓
~2 min
යෙදවීමේ කාලය:
💾
SSD
ගබඩා කිරීම
🔑
root
සම්පූර්ණ පිවිසුම
⏱️
$0.004
පැයකට, සිට
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

Production Stability

Point releases follow RHEL

Community Driven

Free and open source

Long Term Support

10 years of support

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

සම්පූර්ණ රූට් පාලනය සමඟ ලිනක්ස් සත්කාරකත්වය

මිනිත්තු තුළ ස්ථාපනය කර ඇත

ඔබේ Rocky Linux සේවාදායකය සාමාන්යයෙන් ගැන සූදානම් වේ2විනාඩි ගෙවීම පසු.

🔐

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

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

💾

SSD ගබඩාව

ඔබේ සේවාදායක තැටිය SSD-backed Ceph ගබඩාව මත ක් රියාත්මක වේ. වැඩි ඉඩක් අවශ් යද? පාලක පැනලයෙන් 100 GB සිට2TB පරිමාව දක්වා එකතු කරන්න.

⏱️

පැය බිල්පත්

පැය විසින් බිල්පත් හා මාසයක් පැය 672 දී ප්රමාණය, ඒ නිසා මාසයක් සැලැස්ම මිලට වඩා වැඩි වියදමක් නැහැ. සේවාදායකය හා බිල්පත් නතර විනාශ.

🔄

ස්නොට් සහ පිටපත්

පිටපත් කිරීම් විකල්ප ගෙවීම් ඇඩෝන වේ: දිනපතා සඳහා සැලැස්ම මිල 30% (පවත්වා7දින) හෝ සතිපතා සඳහා 20% (පවත්වා 28 දින).

📊

භාවිත චිත්‍රක

පාලක පුවරුව මත ඔබේ සේවාදායකය සඳහා CPU, මතකය, තැටි සහ ජාල භාවිතය ග්රැෆික් බලන්න.

සඳහා පරිපූර්ණ 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
25 GB SSD ගබඩාව
1.00 TB මාරු කිරීම
Rocky Linux පෙර-ස්ථාපිත
දැන් යොදවන්න
$ 10.00 /මාසය
හෝ $0.015/පැය
1 vCPU හරයන්
2.0 GB RAM
55 GB SSD ගබඩාව
2.00 TB මාරු කිරීම
Rocky Linux පෙර-ස්ථාපිත
දැන් යොදවන්න
$ 20.00 /මාසය
හෝ $0.030/පැය
2 vCPU හරයන්
4.0 GB RAM
80 GB SSD ගබඩාව
3.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 සත්කාරකත්වය

මම කොහොමද Rocky Linux VPS යෙදවුම් කරන්නේ?

+

Choose Rocky Linux at checkout, pick a plan, and pay by card or PayPal. The server is usually online in about 2 minutes, and the root password is emailed to you.

Rocky Linux අනුවාද ලබා ගත හැකි?

+

The Rocky Linux versions currently offered are listed at checkout when you create the server.

Rocky Linux භාවිතා කරන්නේ කුමන පැකේජ කළමනාකරුද?

+

Rocky Linux.rpm පැකේජ සමඟ DNF / YUM භාවිතා කරයි. සියලු සම්මත පද්ධති පරිපාලන විධාන උඩුගත Rocky Linux අත්පොතෙහි ලේඛනගත කර ඇති පරිදි වැඩ කරයි.

මම Rocky Linux සමග සම්පූර්ණ මූල ප්රවේශය ලබා ගන්නද?

+

Yes. You get full root SSH access from day one: install software, edit kernel parameters, and configure your Rocky Linux server however you need.

Rocky Linux VPS කොපමණ වියදම් වේද?

+

Rocky Linux VPS plans start at $2.50/month (IPv6 only; $3.50/month with IPv4) and go up to $640/month for 24 vCPU and 96 GB RAM. Every plan runs the same Rocky Linux images.

මගේ VPS සඳහා Rocky Linux තෝරා ගන්නේ ඇයි?

+

Rocky Linux යනු SELinux සහිතව පෙරනිමියෙන් සක්‍රීය කර ඇති සහ ශක්තිමත් විගණන / අනුකූලතා මෙවලම් සහිතව ව්යාපාර-ලිනක්ස් පවුලයි. රෙගුලාසි සහ ව්යාපාර යෙදවුම්වල පොදු වේ.

කුමන වැඩ බර සඳහා Rocky Linux VPS හොඳම වේ?

+

Rocky Linux යනු වෘත්තීය කාර්ය බර, අනුකූලතා-සංවර්ධනය කරන ලද යෙදවුම්, RHEL අනුකූල නිෂ්පාදන ස්ටැක් සඳහා ශක්තිමත් ගැලපීමක් වේ.

මම මගේ Rocky Linux සේවාදායකය පසුව උසස් කළ හැකිද?

+

Yes. Upgrade to a larger plan from the control panel. The resize restarts the server, and your Rocky Linux system and data carry over without a reinstall. Moving to a smaller plan is not supported.

Are backups available for Rocky Linux?

+

Backups are an optional paid add-on: daily (+30% of the plan price, kept 7 days) or weekly (+20%, kept 28 days). Snapshots are free and capture the full Rocky Linux server on demand.

Rocky Linux VPS SSH ප්රවේශය ඇතුළත් වේ ද?

+

ඔව් - මුරපදය හෝ යතුර සහතික කිරීම සමඟ SSH පෙරනිමියෙන් මත ය. අපි ද SSH ස්වාධීන හදිසි ප්රවේශ සඳහා වෙබ් කන්සෝලය ලබා.

මට මගේ Rocky Linux VPS මත Docker ස්ථාපනය කළ හැකිද?

+

Yes. Docker and containerd run on Rocky Linux with the standard DNF install path. With full root access there are no restrictions.

මුදල් ආපසු ගෙවීමේ සහතිකයක් තියෙනවද?

+

Yes. Contact support within 30 days of your first purchase to request a refund if your Rocky Linux VPS is not right for you. Domain registrations are excluded.

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

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

ඔබේ සේවාදායකය සම්බන්ධ කර ගන්න2මිනිත්තු

Full root access • Hourly billing • Support by ticket and email