> ## Documentation Index
> Fetch the complete documentation index at: https://docs.edbb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What Is a Virtual Private Server?

> Understand how an EDBB VPS delivers dedicated resources, full OS control, and flexible networking compared with shared hosting.

export const CtaButton = ({label, link, openInNewTab}) => <a className="custom-cta-button" href={link} target={openInNewTab ? "_blank" : "_self"} rel={openInNewTab ? "noreferrer" : undefined}>
    {label}
  </a>;

# VPS Fundamentals

<Info>
  An EDBB Virtual Private Server (VPS) is a virtual machine with dedicated CPU, RAM, and storage carved from enterprise hardware. You get root/Administrator access, your own operating system, and isolation from other customers.
</Info>

***

## What You Get with an EDBB VPS

<CardGroup cols={3}>
  <Card title="⚙️ Dedicated Resources">
    CPU cores, RAM, and NVMe storage are reserved for your VPS—no noisy neighbors.
  </Card>

  <Card title="🖥️ Full OS Control">
    Boot Linux or Windows images, upload ISOs, or restore qcow2 snapshots without restrictions.
  </Card>

  <Card title="🌍 Advanced Networking">
    IPv4 + /64-equivalent IPv6, optional VLANs, and the ability to add secondary addresses.
  </Card>

  <Card title="🔐 Rescue & Console">
    Access the noVNC console, mount rescue ISOs, and recover even when SSH/RDP is offline.
  </Card>

  <Card title="📈 Easy Scaling">
    Upgrade CPU, RAM, or storage from the Control Panel without rebuilding from scratch.
  </Card>

  <Card title="🛠️ Automation Ready">
    Use Cloud-Init, API hooks, or configuration management tools to deploy consistently.
  </Card>
</CardGroup>

***

## Common VPS Workloads

* Web platforms and SaaS applications
* Databases and caching services (MySQL, PostgreSQL, Redis)
* CI/CD runners and automation jobs
* Game and voice servers
* VPN gateways and security appliances
* Learning labs or certification sandboxes

***

## VPS vs Shared Hosting

| Capability                | Shared Hosting | EDBB VPS           |
| ------------------------- | -------------- | ------------------ |
| Root/Administrator access | No             | Yes                |
| Custom OS installs        | No             | Yes                |
| Dedicated CPU/RAM         | No             | Yes                |
| Custom networking         | Minimal        | Full control       |
| Rescue tools              | Limited        | ISO boot + console |

A VPS gives you the flexibility of a dedicated server with the convenience of cloud management.

***

## Launch in Four Steps

1. Choose a location from EDBB’s global footprint.
2. Pick a plan that meets your CPU, RAM, and storage requirements.
3. (Optional) Attach a Cloud-Init script for automated setup.
4. Deploy and connect via SSH (Linux) or RDP (Windows).

You’re now ready to run production workloads with predictable performance and full control.

<CtaButton label="Browse EDBB VPS Plans" link="https://www.edbb.com/vps" openInNewTab={true} />
