> ## 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.

# Mount an ISO image

> Mount a custom ISO image to your EDIS Global VPS through the management portal to install a custom OS or run live recovery and rescue environments.

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

## Mounting an ISO image on your VPS

<Steps>
  <Step title="Log in to your">
    [VPS Management Portal](https://manage.edisglobal.com/clientarea.php)
  </Step>

  <Step title="Locate your VPS in the Services tab" />

  <Step title="and then click &#x22;Mount ISO&#x22;..." />
</Steps>

To select and attach (mount) an .iso file, either pick an .iso offered in the EDIS Global .iso library, or upload a personalized .iso using the provided Custom ISO feature. Once done, choose the boot device within a noVNC session and proceed with the installation.

<CtaButton label="VNC, noVNC" link="./enable-vnc-server" />

<CtaButton label="Custom ISO" link="./bring-your-own-iso" />

<img src="https://mintcdn.com/edisglobal-b1e34a56/2F9UxB7wBjzr267B/assets/vps-mount-iso.webp?fit=max&auto=format&n=2F9UxB7wBjzr267B&q=85&s=dfba4df98496c6a251720146d1ce84a4" alt="Mount ISO" width="6860" height="3342" data-path="assets/vps-mount-iso.webp" />
