• November 15, 2025

List

List Lists all CDN push zones in your Vultr account with their configurations and status information. Lists all CDN Push Zones in your Vultr account, displaying zone IDs, domains, status, and other configuration details for content delivery management. Usage console $ vultr-cli cdn push list

Read More

How to Delete Backups for Vultr Instances

How to Delete Backups for Vultr Instances Learn how to permanently remove backup snapshots from your Vultr account to free up storage space. Deleting backups for Vultr instances completely removes the files from your account. You should perform this operation after restoring the required backup files. You can also consider…

Read More

How to Attach a VPC Network to a Vultr Cloud Compute Instance

How to Attach a VPC Network to a Vultr Cloud Compute Instance A private network solution that allows secure communication between Vultr resources without using public internet connections. A Virtual Private Cloud (VPC) network creates a secure and isolated private networking interface to enable connections to other instances attached to…

Read More

How to Stop a Vultr Bare Metal Instance

How to Stop a Vultr Bare Metal Instance Learn how to properly stop a Vultr Bare Metal instance to pause services while maintaining your configuration and data. Stopping an instance shuts it down and disables connectivity to the main network interface. The operating system and all running processes are stopped,…

Read More

How to Install Apache Web Server on Ubuntu 20.04

Install Apache The Apache web server package is included in the default repositories on Ubuntu 20.04. Follow the steps below to install the latest version of Apache using the default APT package manager and configure the web server to start automatically at boot time. Update the server’s package index. console…

Read More

How to Read Manual Pages in Linux Using the man Command

Introduction The man (manual) command is an important tool that provides detailed information about Linux commands and programs. It provides comprehensive documentation, including descriptions, options, usage examples, and related information about commands or a specific program. This article explains how to use the man command in Linux to access and read manual pages. man Command…

Read More