How to reinstall a VPS from scratch

Install the server from scratch

Your VPS has been set up with the operating system that you selected at checkout.
However, if you want a different operating system or simply want to perform a fresh installation, we provide an easy way to do so from your FlokiNET account. You can deploy a new Linux distribution in minutes.


There are two ways to perform a reinstallation:

Using the "Reinstallation" function and an OS template (everything happens "under the hood," making it the easiest option):

  1. Navigate to the Product Details page in your FlokiNET account;
  2. Scroll down to the Additional Tools tab and click the Reinstallation button;




  3. Find the preferred operating system in the OS Templates list;



  4. Select the preferred distribution, choose a new password, and click Confirm;




    • Note: This new password will be used with the same username provided during the initial order.

The Product Details page will display a message while the installation is in progress and will return to normal once complete.

 

Using an ISO image:

  1. Navigate to the Product Details page in your FlokiNET account;
  2. Scroll down to the Information tab and click the Edit button (pencil shape);



  3. Select an ISO from the provided list, choose the boot order (Boot Device 1: CD-ROM -> Boot Device 2: Disk ), then confirm. 


     


  4. Your VPS is now mounted with the selected image. On the Product Details page of your VPS, reboot the server;
  5. After rebooting, open the noVNC console to perform the installation steps;



    • Note: During installation, we recommend the following:
      • Choose the OpenSSH automatic configuration.
      • DNS nameservers: 9.9.9.9 or 8.8.8.8 for example.
      • Create a strong password.
      • For network configuration, follow our article here .
  6. After installation is complete, unmount the ISO and change the boot order;
  7. In the new Edit Server window, choose None in the "ISO Image" field;
  8. Next, set the boot devices in the following order:
    • Boot Device 1 = Disk, Boot Device 2 = None, Boot Device 3 = None. Then, press Confirm;


If you cannot find the desired operating system image in the list, open a support ticket requesting it.

Please note that we do not accept any operating systems related to penetration testing, such as Kali Linux.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Remove disc from sources.list

Want to update Debian but just recive this error?: Media change: please insert the disc...

Root user on Ubuntu / Debian

On standard Ubuntu and Debian does not offer a root user via ssh (unless you activate him), you...

Speedtest

Step-by-step guide sudo apt-get install python-pip sudo pip install speedtest-cli...

Step-by-step: Ubuntu 20 installation

Ubuntu 20 Standard installation1 ) Choose language and locale, we will use English.   2)...

Setting up ssh keybased authentication

SSH has evolved to be the standard protocol for managing servers (and in fact lots of other...