Ubuntu 24.04 LTS

Ubuntu VPS主机

Popular Debian-based Linux distribution known for ease of use

✓ Ready in about 2 minutes
✓ 完全 SSH 访问权限
✓ SSD 存储

Ubuntu VPS 计划

计时计费 随时取消

1 vCPU • 512 MB • 10 GB SSD
500 GB 转移
IPv6 only. IPv4 is a $2/month add-on.
$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
小时,每小时
Ubuntu is a Debian-based Linux distribution developed by Canonical and one of the most popular operating systems for VPS hosting. It is known for its stability, predictable release cycle, and strong community support. Ubuntu offers regular releases every six months and Long Term Support (LTS) versions every two years, with LTS releases receiving up to five years of security updates, making them ideal for production servers. For VPS environments, Ubuntu provides optimized cloud images that boot quickly, consume minimal resources, and include tools like cloud-init for automated configuration. Ubuntu Server is designed specifically for server workloads, offering a minimal, secure, and efficient setup. With a robust package manager (APT), fast security updates, broad software support, and excellent compatibility with Docker and Kubernetes, Ubuntu is a reliable choice for hosting web applications, databases, and modern cloud services.

选择为什么 Ubuntu 24.04 LTS?

Ubuntu- 使VPS托管功能完美的具体特点

✨

LTS Support

Long Term Support releases with 5 years of security updates and maintenance, ensuring stability and reliability for production environments.

✨

APT Package Manager

Advanced Package Tool provides easy software installation, updates, and dependency management with access to over 50,000 packages.

✨

Cloud-Optimized Images

Official cloud images specifically designed for VPS and cloud environments, featuring fast boot times and cloud-init integration.

✨

Strong Security

Prompt security updates, AppArmor integration, and unattended-upgrades for automatic security patching.

✨

Extensive Documentation

Comprehensive official documentation and the largest Linux community providing tutorials, guides, and troubleshooting help.

✨

Modern Stack Support

First-class support for containers, Kubernetes, modern programming languages, and development frameworks out of the box.

包含哪些内容 Ubuntu VPS 维PS

Linux 托管, 带完全根控制

⚡

以分钟部署

Your Ubuntu server is usually ready about 2 minutes after checkout.

🔐

完全Root权限

完全掌控您的环境。包含 SSH 访问权限。安装您需要的任何软件。

💾

SSDSD 存储

您的服务器磁盘在 SSD 支持的 Ceph 存储上运行。 需要更多的空间吗? 从控制面板上添加 100 GB 到 2 TB 卷 。

⏱️

小时计费

以时计费,每月上限为672小时,所以一个月的费用不会超过计划价格。摧毁服务器和账单停放站。

🔄

抓图和备份

抓图是免费的。 备份是可选的附加附加费用: 计划价格的30%( 7天) 每天( 7天) 或20%( 28天) 的每周( 28天) 。

📊

用法图

在控制面板中,请查看服务器的 CPU、 内存、 磁盘和网络使用图。

完美为 Ubuntu 项目 项目

通常使用情况 Ubuntu 优异

  • Web Application Hosting: Perfect for hosting websites, web applications, and APIs with nginx, Apache, or Node.js. Ubuntu's stability and extensive package repository make it ideal for production web servers.
  • Database Servers: Excellent platform for MySQL, PostgreSQL, MongoDB, and Redis with optimized packages and strong community support for database administration.
  • Container Orchestration: Industry-leading support for Docker and Kubernetes, making it the go-to choice for microservices architectures and containerized applications.
  • Development and Staging Environments: Create development environments that mirror production systems, with support for all major programming languages and frameworks.
  • CI/CD Pipelines: Run Jenkins, GitLab CI, GitHub Actions runners, or other CI/CD tools with reliable performance and easy integration.
  • Application Servers: Deploy Java, Python, Ruby, PHP, or Node.js applications with straightforward setup and excellent ecosystem support.

Ubuntu VPS计划

选择最适合您的 VPS 配置

VPS计划

提供完全控制和灵活的云VPS主机方案

$ 5.00 /月
或者 $0.007每小时
1 虚拟CPU核心
2.0 GB 内存
25 GB SSDSD 存储
1.00 TB 转移
Ubuntu 预装
立即部署
$ 10.00 /月
或者 $0.015每小时
1 虚拟CPU核心
2.0 GB 内存
55 GB SSDSD 存储
2.00 TB 转移
Ubuntu 预装
立即部署
$ 20.00 /月
或者 $0.030每小时
2 虚拟CPU核心
4.0 GB 内存
80 GB SSDSD 存储
3.00 TB 转移
Ubuntu 预装
立即部署

开始于 Ubuntu

用于部署和配置您的快速指南 Ubuntu VPS 维PS

Step 1: Access Your Ubuntu VPS

Once deployed, connect to your server via SSH:

ssh root@your-server-ip

Step 2: Update System Packages

Always start by updating your package lists and installed packages:

apt update && apt upgrade -y

Step 3: Configure Firewall (UFW)

Ubuntu includes UFW (Uncomplicated Firewall) for easy firewall management:

# Enable firewall
ufw enable

# Allow SSH (important!)
ufw allow 22/tcp

# Allow HTTP/HTTPS
ufw allow 80/tcp
ufw allow 443/tcp

# Check status
ufw status

Step 4: Install Essential Tools

Install commonly needed packages:

apt install -y curl wget git vim build-essential

Step 5: Set Up Your Application

Install your web stack. For example, LEMP stack (Nginx, MySQL, PHP):

# Install Nginx
apt install -y nginx

# Install MySQL
apt install -y mysql-server

# Install PHP
apt install -y php-fpm php-mysql

# Start services
systemctl start nginx
systemctl enable nginx

Next Steps

  • Secure SSH: Disable password authentication, use SSH keys only
  • Set up automatic updates: Install unattended-upgrades package
  • Plan backups: Take free snapshots, or enable paid daily or weekly backups in the control panel
  • Monitor resources: Use htop or install monitoring tools like Netdata

常问问题

共同问题提出的共同问题 Ubuntu VPS VPS主机

我要如何部署UbuntuVPS?

+

Choose Ubuntu 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.

现有哪些Ubuntu版本?

+

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

Ubuntu使用哪个软件包经理?

+

Ubuntu使用APT (apt/apt-get) 使用.deb 软件包。所有标准系统管理指令工作,如上游Ubuntu手册所记载。

我Ubuntu能完全进入根线吗?

+

是的。从第一天起,您将获得完整的 SSH 根访问权限:安装软件,编辑内核参数, 并配置您的 Ubuntu 服务器, 不论您需要什么 。

Ubuntu VPS多少钱?

+

Ubuntu 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 Ubuntu images.

为什么给我的VPS选Ubuntu?

+

Ubuntu属于网络上部署最广泛的Linux家庭之一,拥有可预测的软件包版本、长支持窗口和广泛的软件兼容性。

Ubuntu VPS的最佳工作量是什么?

+

Ubuntu是适合通用网络服务器、应用程序库、集装箱主机的强大设施。

我晚点能升级Ubuntu服务器吗?

+

是。 从控制面板上升级到更大的计划。 调整大小会重新启动服务器, 您的 Ubuntu 系统和数据在不重新安装的情况下结转。 移动到一个较小的计划不支持 。

是否为 Ubuntu 提供备份?

+

备份是可选的附加附加费用:每日(计划价格的+30%,保留7天)或每周(+20%,保留28天)。 抓图是免费的,并按需捕捉到完整的 Ubuntu 服务器 。

Ubuntu VPS是否包括SSH访问?

+

是的。 您登录在SSH 上方, 并加载根密码或SSH 键, 控制面板上还有一个网络控制台, 没有SSH 运行 。

我能在UbuntuVPS上安装多克吗?

+

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

我能退钱吗?

+

是的。 在您第一次购买后30天内提供联系支持, 如果您的 Ubuntu VPS 不适合您, 请在30天内要求退款。 域名注册不在此列。

共享此指南

准备部署您的 Ubuntu 维提斯? VPS?

Get your server online in about 2 minutes

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