> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.xynta.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Can I use WP-CLI on a hosting package?

✅ **WP-CLI** is available on all our **Web, WordPress, and Reseller Hosting** packages.

### Using WP-CLI:

🔹 WP-CLI can be used via the **command line** by establishing an **SSH connection** to your hosting package.  
( *See also: * [Connecting via SSH (Hosting)](/en/article/connecting-via-ssh-1ottg0x/) )
---

### What is WP-CLI?

🛠️ **WP-CLI** stands for **WordPress Command Line Interface**.  
It is a tool that allows you to manage WordPress websites via the **command line**, without needing to use the WordPress admin interface.

With WP-CLI, you can:

* Install and update plugins
* Manage users
* Adjust settings

| 💡 Perfect for **automating tasks** and **managing multiple websites** quickly and efficiently.