Skip to main content

Install the OS by auto-installation

Last update:

Autoinstall is a tool to install and reinstall an operating system on a dedicated server automatically through the control panel. Standard OS images and OS images with applications are available for autoinstallation .If you want to use your own image, install the OS manually.

Install the OS by auto-installation

carefully

The automatic reinstallation of the OS will delete data on all disks, even if you partition only the boot disk.

We recommend that you save your data or create a backup before reinstalling the OS.

For your information

When the OS installation is complete, the number of authorization attempts when connecting via SSH will be limited.After 10 unsuccessful password attempts from one IP address, this IP address will be blocked for 24 hours.If you forget the password from the server, you can reset and recover it.

  1. In the Control Panel, on the top menu, click Products and select Dedicated Servers.

  2. In the Servers section, open the Server page → Operating System tab.

  3. Click Change OS Configuration.

  4. Optional: change the hostname.

  5. Optional: Select the public IP address of the server. The IP address will be automatically configured on the port. The list shows the IP addresses that are assigned to the server in the control panel and for which a VLAN is configured on the network port.

  6. Optional: Select a private IP address for the server to automatically configure on the port. The list shows the IP addresses that are assigned to the server in the control panel.

  7. Optional: Add an SSH key to securely connect to the server. You can add a new public SSH key or select a downloaded key from the storage for SSH keys.

  8. Optional: Enter user data. Using user data helps automate server configuration. This field is not available for all operating systems. You can specify user data only for servers without hardware HBAs and RAID controllers.

  9. Select an image to install the OS.

  10. Optional: partition the disks — you can select the disk on which the root partition / and OS will be created .By default, the optimal RAID type is defined and only partitioned disks and disks in RAID are partitioned. If you leave the default partitioning, the OS will be installed on the first disk according to the order of installing disks on the server — NVMe → SSD → HDD.

  11. Click Install. The installation may take from 7 to 60 minutes, depending on the server performance and the selected distribution.If it takes longer, create a ticket.

  12. After the OS installation, a password will be generated to connect to the server.The password can be viewed in the control panel on the server page → Operating System tab .It is available for viewing 24 hours after the OS installation is complete.

Partition the disks

You can partition the disks during the automatic OS installation process in step 10.

You can perform partitioning for each disk separately for the following operating systems: Ubuntu 24.04LTS, Ubuntu 22.04LTS, AlmaLinux 9.2x86_64, Oracle 9x86_64, Debian 12x86_64, Debian 11x86_64, Proxmox, Rocky 9.2x86_64.

  1. Click Manage disk partitioning.

  2. Select the desired disk.

  3. Optional: Click Add to RAID.

  4. If you have assembled disks in RAID, or want to RAID a single disk, define the RAID type:

    • RAID1 — mirroring. All data is written to at least two separate physical disks in a RAID set. The array is built from selected disks;
    • RAID0 — RAID distribution, disk striping. When RAID0 is selected, if one of the disks fails, all data will be lost with no possibility of recovery;
    • RAID10 (suitable only for configurations with at least four disks) — mirroring, disk striping. All data is written sequentially to multiple disks.
  5. Check the disk partitioning or RAID. The partitioning table will show mandatory partitions with mount points — /boot, /, swap.

  6. Optional: click Add Partition. The choice of partition file system depends on the OS limitations.

  7. If you are installing an OS on the disk, make sure there is no unmapped area left on the disk.

  8. Go to step 8 in the automatic OS installation process.