For the complete documentation index, see llms.txt. This page is also available as Markdown.

Install/reinstall the server's operating system

With the Java-based console, you can mount an ISO file from your local computer to the dedicated server and reinstall the operating system.


With the Java-based console, you can mount any ISO file from your local computer. You can then restart the server and, during the boot process, choose to boot from a virtual CD-ROM containing the ISO file. This allows you to reinstall the server’s operating system by yourself. This is also the way to install an operating system if you chose to install the system yourself when you ordered the server.

See the guide Connect to the server using IPMI on how to connect to the server's IPMI interface, and the section about the Java-based console on how to find and launch it.

In the console, click on Virtual Media, then on Virtual Storage.

In the dialog box, select ISO File from the dropdown menu Logical Drive Type. Then, click the Open Image button. Here, choose an ISO file from the local computer.

In the image below, we have selected an ISO file for FreeBSD. Next, click Plug in.

Under Connection Status History, you can see if the ISO file has been mounted correctly. If it has, click OK.

You can now restart the server to boot from the ISO file.

It is always best to restart the server from the operating system, for example, using the reboot command in Linux. However, if something is wrong with the current operating system and this is not possible, you can instead restart the server by performing a power reset. This function can be found under Power Control → Set Power Reset in the Java console. It is also available under Remote Control → Power Control on the IPMI page. Here, you have several options to shut down, power on, and reset the server. If your server is turned off, select Power Control → Set Power On in the Java console to turn it on after having mounted the ISO file.

When the server starts, and the screen below appears, press F11 to open the boot menu.

When the boot menu opens, select UEFI: ATEN Virtual CDROM YS0J using the arrow keys and then press Enter to confirm.

After a short while, the operating system’s installation program starts from the ISO file.

Installing the OS

When the Debian installation program starts, select Graphical install and press Enter.

Select your preferred language and click Continue.

Next, select your location. In our example, we'll first select other and click Continue, then Europe and click Continue, and finally Sweden.

In the next step, you'll select your preferred locale. In this case, we'll select en_US.UTF-8. Click Continue.

For keyboard layout, select the same as your local keyboard when using the Java console. This choice will only affect the console keyboard. SSH connections won't be affected by this.

Should you encounter a key that doesn't print the desired character later on, you can try selecting the closest keyboard layout in the Java console by navigating to Options → Preference, and selecting the Input tab. For example, most special characters on a Swedish keyboard work by selecting a German layout in the Java console (except that Z and Y are switched).

When it's time to configure the network, select the first network interface if your server has several. In this case, the first interface is eno1np0. Then, click Continue.

You'll then see a dialog warning you that the autoconfiguration has failed. This is expected since there's no DHCP in this network. Click Continue to move on.

In the next step, select Configure network manually, and click Continue.

You then need to enter the IP address and netmask of your dedicated server. This information was provided to you when you received all the information about your server as a secret via an email message. You can also find your dedicated server's IP address and netmask in the control panel under IP address in the left-hand side menu.

Enter the IP address and netmask in the field, in the form xxx.xxx.xxx.xxx/yy where yy is the netmask in slash notation.

If you need help converting the netmask between different formats, see Convert the netmask between different formats.

Next up is the gateway. This information was also provided in the email you received. Enter the gateway address and click Continue.

We also need to provide the IP addresses for the nameservers. This was also provided in the email, and most likely called DNS. Separate the nameservers with a space.

You also need to provide a hostname for the server, which can be any word or name. Here, we'll use the name of the dedicated server. The suggested hostname comes from the PTR record for the IP address (which can be changed), and works fine. Click Continue when you have chosen a hostname.

You'll also need to enter a domain name. The suggested domain name comes from the PTR record of the IP address (which can be changed). You can set the domain name to, for example, the domain name of your company. You can also make something up here, but remember that the domain name will be used as the default for services such as Postfix. It can, however, be changed later if needed. Click Continue when you have chosen a domain name.

Next, choose a password for the root user. Type the password in both fields. Click Continue when you have chosen a password. If you are using special characters and are unsure if it's being interpreted correctly, you can tick the box Show Password in Clear.

You now need to create a regular user for the system. The first step is to provide the new user's full name. Then, click Continue.

Next, choose a username for the new user.

Next, choose a password for the new user.

Now you have to partition the disk. In this example, we'll use the entire disk, so we'll select Guided - use entire disk and click Continue.

Next, select the disk where you want to install Debian. Most probably, there's only one disk (the RAID array), unless you opted to install several disks when you ordered the dedicated server.

Next, select how you'd like your partition scheme. Here, in this example, we'll select All files in one partition and click Continue.

Next, review the partitioning. If everything seems fine, select Finish partition and write changes to disk, and click Continue.

Before actually writing the changes to disk (and hence destroying all data currently on it), you have to select Yes and click Continue. This is the final warning before writing the changes.

In the next step, select No for the question about scanning extra installation media.

Then, you configure the closest package mirror to use. Since this dedicated server is placed in Falkenberg, we select Sweden.

Glesys runs a Debian mirror, so we select that one in the next step.

For HTTP proxy, leave the field empty and click Continue.

For the popularity contest, select No and click Continue.

In the next step, you'll select what software you want on your server. Since this is a server, we'll select SSH server and standard system utilities, and deselect everything else. You'll need the SSH server to log in to the server over the internet. Click Continue when you are satisfied with your software choices.

The installation is now complete. In the next step, click Continue to reboot the server into the newly installed Debian system.

You can now log in to the server, using either the Java console or SSH. For example, to log in over SSH with the user you created during setup:

Last updated

Was this helpful?