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달러의 추가 요금이 듭니다.
$2.50/mo
배포 →
1 vCPU • 2 GB • 25 GB SSD
1 TB 옮기다 인기
$5/mo
배포 →
2 vCPU • 4 GB • 80 GB SSD
3 TB 옮기다
$20/mo
배포 →
모든 플랜 보기 ↓
~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 Linux-VPS 호스팅에 완벽하게 만드는 특정 기능

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

완전한 루트 제어가 있는 Linux 호스팅

분 내에 배포

귀하의 Rocky Linux 서버는 일반적으로 약 2 분 체크 아웃 후 준비가되어 있습니다.

🔐

루트 권한 전체 액세스

환경을 완벽하게 제어할 수 있습니다. SSH 접속이 포함되어 있으며, 필요한 소프트웨어를 자유롭게 설치할 수 있습니다.

💾

SSD 스토리지 용량

서버 디스크는 SSD를 백업한 Ceph 스토리지에서 실행됩니다. 더 많은 공간이 필요하십니까? 제어판에서 100GB에서 2TB까지 볼륨을 추가할 수 있습니다.

⏱️

시간별 청구

시간당 요금이 부과되며 한 달에 672시간으로 제한되므로 한 달에 플랜 가격보다 더 많은 비용이 절대 들지 않습니다. 서버를 파괴하면 요금이 청구됩니다.

🔄

스냅샷 및 백업

백업은 옵션으로 제공되는 유료 추가 기능으로, 플랜 가격의 30%를 매일 지불(7일 동안 유지)하거나 주당 20%(28일 동안 유지)를 지불해야 합니다.

📊

사용량 그래프

제어판에서 서버의 CPU, 메모리, 디스크 및 네트워크 사용 그래프를 확인하십시오.

완벽한 Rocky Linux 프로젝트

일반적인 사용 사례 Rocky Linux 뛰어난

Enterprise servers, RHEL migration, production environments

Rocky Linux VPS 플랜

나에게 딱 맞는 VPS 구성을 선택하세요

VPS 플랜

완벽한 제어 및 유연성을 제공하는 클라우드 VPS 호스팅 플랜

$ 5.00 /월
또는 $0.007시간당
1 vCPU 코어
2.0 GB 메모리
25 GB SSD 스토리지 용량
1.00 TB 옮기다
Rocky Linux 사전 설치됨
지금 배포하세요
$ 10.00 /월
또는 $0.015시간당
1 vCPU 코어
2.0 GB 메모리
55 GB SSD 스토리지 용량
2.00 TB 옮기다
Rocky Linux 사전 설치됨
지금 배포하세요
$ 20.00 /월
또는 $0.030시간당
2 vCPU 코어
4.0 GB 메모리
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분 내에 서버를 온라인으로 얻을

전체 루트 액세스 • 시간당 청구 • 티켓 및 이메일 지원