Popular Debian-based Linux distribution known for ease of use
Ubuntu- 使VPS托管功能完美的具体特点
Long Term Support releases with 5 years of security updates and maintenance, ensuring stability and reliability for production environments.
Advanced Package Tool provides easy software installation, updates, and dependency management with access to over 50,000 packages.
Official cloud images specifically designed for VPS and cloud environments, featuring fast boot times and cloud-init integration.
Prompt security updates, AppArmor integration, and unattended-upgrades for automatic security patching.
Comprehensive official documentation and the largest Linux community providing tutorials, guides, and troubleshooting help.
First-class support for containers, Kubernetes, modern programming languages, and development frameworks out of the box.
Linux 托管, 带完全根控制
Your Ubuntu server is usually ready about 2 minutes after checkout.
完全掌控您的环境。包含 SSH 访问权限。安装您需要的任何软件。
您的服务器磁盘在 SSD 支持的 Ceph 存储上运行。 需要更多的空间吗? 从控制面板上添加 100 GB 到 2 TB 卷 。
以时计费,每月上限为672小时,所以一个月的费用不会超过计划价格。摧毁服务器和账单停放站。
抓图是免费的。 备份是可选的附加附加费用: 计划价格的30%( 7天) 每天( 7天) 或20%( 28天) 的每周( 28天) 。
在控制面板中,请查看服务器的 CPU、 内存、 磁盘和网络使用图。
通常使用情况 Ubuntu 优异
选择最适合您的 VPS 配置
用于部署和配置您的快速指南 Ubuntu VPS 维PS
Once deployed, connect to your server via SSH:
ssh root@your-server-ip
Always start by updating your package lists and installed packages:
apt update && apt upgrade -y
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
Install commonly needed packages:
apt install -y curl wget git vim build-essential
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
共同问题提出的共同问题 Ubuntu VPS VPS主机
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.
The Ubuntu versions currently offered are listed at checkout when you create the server.
Ubuntu使用APT (apt/apt-get) 使用.deb 软件包。所有标准系统管理指令工作,如上游Ubuntu手册所记载。
是的。从第一天起,您将获得完整的 SSH 根访问权限:安装软件,编辑内核参数, 并配置您的 Ubuntu 服务器, 不论您需要什么 。
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.
Ubuntu属于网络上部署最广泛的Linux家庭之一,拥有可预测的软件包版本、长支持窗口和广泛的软件兼容性。
Ubuntu是适合通用网络服务器、应用程序库、集装箱主机的强大设施。
是。 从控制面板上升级到更大的计划。 调整大小会重新启动服务器, 您的 Ubuntu 系统和数据在不重新安装的情况下结转。 移动到一个较小的计划不支持 。
备份是可选的附加附加费用:每日(计划价格的+30%,保留7天)或每周(+20%,保留28天)。 抓图是免费的,并按需捕捉到完整的 Ubuntu 服务器 。
是的。 您登录在SSH 上方, 并加载根密码或SSH 键, 控制面板上还有一个网络控制台, 没有SSH 运行 。
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天内要求退款。 域名注册不在此列。
Get your server online in about 2 minutes
Full root access • Hourly billing • Support by ticket and email