How to reinstall Your Server
Navigate to the reinstall Section
Log into the FlashRDP Client Area and open your active service. Scroll down to the reinstall OS section.
Select Your Preferred Operating System
Choose the operating system version you want to install.
- Windows: Access your server via RDP after deployment.
- Linux: Access your server via SSH after deployment.
Choose Your Authentication Method
Depending on the OS you selected, your authentication options will differ:
For Windows
Windows servers do not require an SSH key. Once the installation completes, the new Administrator password will simply be generated and sent directly to your registered email address.For Linux
Linux distributions will ask you to choose an Authentication Method. You have two options:1. Password Authentication
Quick access with an automatically generated password. Ideal for quick trials or remote login.- Select Continue with Password. The new root password will be emailed to you.
2. SSH Key Authentication (Recommended)
Secure and password-less login using a public key.- Select Continue with SSH Key.
- Choose Use Existing Public Key and paste your key (e.g.,
ssh-rsa AAAA...orssh-ed25519 AAAA...) to Continue with This Public Key. - Alternatively, choose Generate a New Key to let the system generate a fresh SSH key pair for you.