Enterprise Linux distribution designed to be downstream compatible with RHEL
時間ごとに料金がかかる いつでもキャンセルできる
Rocky Linux- VPSホスティングに適した特徴
Drop-in replacement for CentOS
Point releases follow RHEL
Free and open source
10 years of support
完全なルート制御を持つLinuxホスティング
あなたの Rocky Linux サーバは通常チェックアウト後約 2 分で準備完了です。
環境を完全にコントロール。SSHアクセスも利用可能。必要なソフトウェアをインストールできます。
サーバディスクは SSD バックアップの Ceph ストレージ上で動作しています。 もっとスペースが必要ですか? コントロールパネルから 100GB から 2TB のボリュームを追加します。
月額672時間の契約だ 月額はプラン価格以上にならない サーバを破壊して 契約を終了する
スナップショットは無料です。バックアップはオプションで有料アドオンです。プラン価格の30%で毎日(7日間保持)、週20%で週(28日間保持)で行います。
サーバの CPU、メモリ、ディスク、ネットワークの使用状況をコントロールパネルで表示します。
一般的なユースケースは Rocky Linux 優秀だ
最適なVPS構成を選択してください
完全な制御と柔軟性を備えたクラウドVPSホスティングプラン
あなたのシステムを配置し設定するための簡単なガイド Rocky Linux 仮想ホスト
ssh root@your-server-ip
dnf update -y
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
# 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
# Install Nginx
dnf install -y nginx
# Start and enable
systemctl start nginx
systemctl enable nginx
# Verify
curl localhost
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 VPS 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.
The Rocky Linux versions currently offered are listed at checkout when you create the server.
Rocky Linuxは.rpmパッケージを用いた DNF / YUM を使用します。すべての標準システム管理コマンドは、アップストリーム 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 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.
Rocky Linuxは、SELinuxをデフォルトで有効にし、強力な監査/コンプライアンスツールを備えたエンタープライズLinuxファミリーである。規制されたおよびエンタープライズのデプロイメントで一般的である。
Rocky Linux is a strong fit for enterprise workloads, compliance-driven deployments, RHEL-compatible production stacks.
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.
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.
はい - パスワードまたは鍵認証を用いたSSHはデフォルトで有効です。また、SSHに依存しない緊急アクセスのためのウェブコンソールも提供しています。
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.
サーバを2分でオンにします
Full root access • Hourly billing • Support by ticket and email