Enterprise Linux distribution designed to be downstream compatible with RHEL
Facturado cada hora.
Rocky Linux-Características específicas que lo hacen perfecto para el alojamiento VPS
Drop-in replacement for CentOS
Point releases follow RHEL
Free and open source
10 years of support
Alojamiento Linux con control root completo
Su servidor Rocky Linux está listo generalmente unos 2 minutos después de la compra.
Control total sobre tu entorno. Acceso SSH incluido. Instala el software que necesites.
Su disco servidor se ejecuta en el almacenamiento Cef respaldado por SSD. ¿Necesita más espacio? Añada un volumen de 100 GB a 2 TB desde el panel de control.
Facturado por hora y con un límite de 672 horas al mes, por lo que un mes nunca cuesta más que el precio del plan. Destruye el servidor y se detiene la facturación.
Las instantáneas son gratuitas. Las copias de seguridad son un complemento opcional pagado: diariamente por el 30% del precio del plan (mantenido 7 días) o semanalmente por el 20% (mantenido 28 días).
Vea los gráficos de uso de CPU, memoria, disco y red para su servidor en el panel de control.
Casos de uso común en los que: Rocky Linux excels
Elige tu configuración VPS perfecta
Planes de alojamiento VPS en la nube con total control y flexibilidad
Guía rápida para implementar y configurar su Rocky Linux VPS
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
Preguntas comunes sobre Rocky Linux VPS Alojamiento 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 utiliza DNF / YUM con paquetes.rpm. Todos los comandos de administración del sistema estándar funcionan como se documenta en el manual 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.
Los planes de Rocky Linux VPS comienzan a $2,50/mes (sólo IPv6; $3,50/mes con IPv4) y suben a $640/mes para 24 vCPU y 96 GB de RAM. Cada plan ejecuta las mismas imágenes de Rocky Linux.
Rocky Linux es la familia business-Linux, con SELinux habilitado por defecto y herramientas de auditoría / cumplimiento fuertes. Común en implementaciones reguladas y empresariales.
Rocky Linux es un fuerte ajuste para cargas de trabajo empresariales, implementaciones basadas en el cumplimiento, pilas de producción compatibles con RHEL.
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.
Sí — SSH con contraseña o autenticación de clave está activada por defecto. También proporcionamos una consola web para el acceso de emergencia independiente de 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.
Obtener su servidor en línea en unos 2 minutos
Acceso raíz completo • Facturación por hora • Soporte por ticket y correo electrónico