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

# Reinstall Your VPS (Linux or Windows)

> How to reinstall your VPS with a clean operating system — Linux or Windows — using the AutoInstall feature in your EDIS Global Control Panel.

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

## Reinstall your VPS with a fresh OS

You can reinstall your Virtual Private Server (VPS) with a clean operating system in just a few clicks.\
Whether you’re switching from Linux to Windows or simply starting fresh, the **AutoInstall OS** feature lets you rebuild your VPS quickly and securely.

> ⚠️ **Important:** Reinstalling your VPS will permanently erase all data.\
> Make sure you have backups before proceeding.

<img src="https://mintcdn.com/edisglobal-b1e34a56/2F9UxB7wBjzr267B/assets/vps-reinstall-os-button.webp?fit=max&auto=format&n=2F9UxB7wBjzr267B&q=85&s=f878e5c11d5332ebda3ed3e95a864ee6" alt="Reinstall VPS Button" width="6860" height="3342" data-path="assets/vps-reinstall-os-button.webp" />

***

## ▶️ Watch: Linux Auto-Install (video guide)

Watch this short tutorial to see how to reinstall your VPS with Linux.\
We’ll walk you through the essential steps to ensure a smooth and successful installation.

<iframe width="100%" height="450" src="https://www.loom.com/embed/33e129dad9554baebb562b3e84e9527a?sid=1010322b-9466-416f-a135-19e0f07a8951" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />

***

## ▶️ Watch: Windows Auto-Install (video guide)

This video shows you how to reinstall your VPS with Windows Server (RDP).\
Learn how to start the reinstall, set your administrator password, and re-enable remote access.

<iframe width="100%" height="450" src="https://www.loom.com/embed/731fb25215a7488bb0463bd2c8d1fb16?sid=e7bd52c6-2f17-454e-991e-176c847de424" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />

***

## Step-by-Step Reinstallation

<Steps>
  <Step title="Log in to your Control Panel">
    Go to your [KVM Management Portal](https://manage.edisglobal.com/clientarea.php) and open the **Services** tab.
  </Step>

  <Step title="Locate your VPS">
    Select the VPS you want to reinstall.
  </Step>

  <Step title="Click “AutoInstall OS”">
    Choose your preferred operating system and set a new password.\
    This will be your Linux **root** or Windows **Administrator** password.

    > ⚠️ **Note:** No confirmation email is sent when reinstalling — keep your new password safe!
  </Step>
</Steps>

***

## Installation time & port behavior

Once the reinstallation starts, your VPS will go through the automated setup process. The image below shows the typical duration and port behavior for each operating system:

<img src="https://mintcdn.com/edisglobal-b1e34a56/0P6xwZ3WR_qQA4AF/assets/windows-linux-install-time-ports-closed.png?fit=max&auto=format&n=0P6xwZ3WR_qQA4AF&q=85&s=e74318cbca74d6092f1737c4e6039536" alt="Installation times for Linux and Windows" width="900" height="600" data-path="assets/windows-linux-install-time-ports-closed.png" />

<Note>
  During reinstallation, **remote access (SSH/RDP)** is temporarily disabled while your VPS is being rebuilt.\
  You’ll be able to connect again once the installation has finished — typically after **≈ 5 minutes for Linux** or **≈ 15 minutes for Windows**.

  ⚠️ **Do not power off or reboot your VPS** during this time, as it may interrupt the OS setup.
</Note>

***

## Installation via Cloud-Init

If you prefer to use your **own operating system image**, EDIS Global also supports installations via **Cloud-Init**.\
This method is ideal for advanced users who want to **bring their own (BYO) image** — such as a custom or pre-built `.qcow2` file — and automatically configure it on first boot with Cloud-Init user-data.

<Note>
  Use **Cloud-Init** when you need to:\
  • deploy a custom or pre-configured operating system image\
  • automate user creation, SSH keys, or initial setup commands\
  • maintain full control over your server’s image and configuration

  If you just need a clean Linux or Windows environment, the **Auto-Install OS** option is simpler and faster.
</Note>

<CtaButton label="OS Installation via Cloud-Init" link="../advanced-setup-guides/installing-a-vps-using-cloud-init" />
