Rocky Linux 9

Rocky Linux VPS-hosting

Enterprise Linux distribution designed to be downstream compatible with RHEL

Klar om 2 minuter
Fullständig SSH-åtkomst
SSD-lagring

Rocky Linux VPS-planer

Avbokas varje timme.

1 vCPU • 512 MB • 10 GB SSD
500 GB Överföra
IPv6 only. IPv4 is a $2/month add-on.
$2.50/mo
Utplacering →
1 vCPU • 2 GB • 25 GB SSD
1 TB Överföra Populär
2 vCPU • 4 GB • 80 GB SSD
3 TB Överföra
Visa alla planer ↓
~2 min
Implementeringstid:
💾
SSD
Förvaring
🔑
root
Full tillgång
⏱️
$0.004
Per timme, från
Rocky Linux is a community-driven enterprise Linux distribution designed to be 100% bug-for-bug compatible with RHEL.

Varför välja Rocky Linux 9?

Rocky Linux-specifika funktioner som gör den perfekt för VPS hosting

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

Vad ingår i Rocky Linux VPS

Linux hosting med full root-kontroll

Utplacerad i minuter

Din Rocky Linux-server är vanligtvis klar ca 2 minuter efter kassan.

🔐

Fullständig root-åtkomst

Full kontroll över din miljö. SSH-åtkomst ingår. Installera all programvara du behöver.

💾

SSD-lagring

Serverdisken körs på lagring av SSD-backed Ceph. Behöver du mer utrymme? Lägg till en 100 GB till 2 TB-volym från kontrollpanelen.

⏱️

Varje timme räkning

Faktureras av timmen och begränsas till 672 timmar i månaden, så en månad aldrig kostar mer än planen priset. Förstör servern och fakturering stannar.

🔄

Ögonblicksbilder och säkerhetskopieringar

Ögonblicksbilder är gratis. Säkerhetskopieringar är ett valfritt betalt tillägg: dagligen för 30% av planens pris (hållt 7 dagar) eller varje vecka för 20% (hållt 28 dagar).

📊

Användningsdiagram

Se CPU, minne, disk och nätverksanvändningsdiagram för din server i kontrollpanelen.

Perfekt för Rocky Linux Projekt

Vanliga användningsfall där Rocky Linux excellenser

Enterprise servers, RHEL migration, production environments

Rocky Linux VPS-planer

Välj din perfekta VPS-konfiguration

VPS-planer

VPS-hostingplaner i molnet med full kontroll och flexibilitet

$ 5.00 /månad
eller $0.007/timme
1 vCPU-kärnor
2.0 GB RAMBESTÄMMELSERNA
25 GB SSD-lagring
1.00 TB Överföra
Rocky Linux Förinstallerad
Implementera nu
$ 10.00 /månad
eller $0.015/timme
1 vCPU-kärnor
2.0 GB RAMBESTÄMMELSERNA
55 GB SSD-lagring
2.00 TB Överföra
Rocky Linux Förinstallerad
Implementera nu
$ 20.00 /månad
eller $0.030/timme
2 vCPU-kärnor
4.0 GB RAMBESTÄMMELSERNA
80 GB SSD-lagring
3.00 TB Överföra
Rocky Linux Förinstallerad
Implementera nu

Komma igång med Rocky Linux

Snabbguide för att distribuera och konfigurera din 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

Vanliga frågor

Vanliga frågor om Rocky Linux VPS VPS-hosting

Hur använder jag en 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.

Vilka Rocky Linux versioner finns tillgängliga?

+

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

Vilken pakethanterare använder Rocky Linux?

+

Rocky Linux använder DNF/YUM med.rpm-paket. Alla vanliga systemadministrationskommandon fungerar som dokumenterat i uppströms Rocky Linux-manualen.

Får jag full tillgång till 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.

Hur mycket kostar en Rocky Linux VPS?

+

Rocky Linux VPS planer börjar på $ 2,50/månad (IPv6 endast; $3,50/månad med IPv4) och gå upp till $640/månad för 24 vCPU och 96 GB RAM. Varje plan kör samma Rocky Linux bilder.

Varför välja Rocky Linux för min VPS?

+

Rocky Linux är enterprise-Linux familjen, med SELinux aktiverat som standard och stark revision / efterlevnad verktyg.

Vilken arbetsbelastning är en Rocky Linux VPS bäst för?

+

Rocky Linux är en stark passform för företagens arbetsbelastning, efterlevnadsdrivna driftsättningar, RHEL-kompatibla produktionshögar.

Kan jag uppgradera min Rocky Linux-server senare?

+

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.

Omfattar Rocky Linux VPS SSH-åtkomst?

+

Ja — SSH med lösenord eller nyckelautentisering är på som standard. Vi tillhandahåller också en webbkonsol för nödåtkomst oberoende av SSH.

Kan jag installera Docker på min Rocky Linux VPS?

+

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

Finns det en pengarna-tillbaka-garanti?

+

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.

Dela den här guiden

Redo att driftsätta din Rocky Linux - Vad är det?

Få din server online på ca 2 minuter

Full root access • Varje timme fakturering • Support via biljett och e-post