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

# No email received?

> If you did not receive the email with your VPS credentials, there's no need to worry. Install your VPS with fresh password and the OS of your choice. Instructions for installing Linux/Windows are provided.

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

## We can not send emails again!

If you did not receive our email with VPS credentials:

<Info> We can't resend passwords! We can't resend Welcome Emails. For security reasons, we don’t store your passwords. Don't worry, you can easily set up your service with your own password!</Info>

## How to Access Your New VPS

<Steps>
  <Step title="Log in to your">
    [Control Panel](https://my.edbb.com/clientarea.php)
  </Step>

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

  <Step title="Reinstall your VPS with a fresh OS and your own password">
    <CtaButton label="Linux and Windows Reinstall Guide" link="/vps-management/autoinstall-reinstall-install-vps-linux-windows" />
  </Step>
</Steps>

<Info>We do not send a new Welcome Email when you reinstall! The password you specify during installation will be the password to access your OS</Info>
