IPMI

(login the portal)

first, login into the portal and check the IPMI information (also you can check the email)

youjian dlxx

If ipmi’s IP conflicts with the machine’s network segment,it need to lift null route , the way to test is is visit the ipmi to see it works or not, or open the control panel via portal, if it can’t it means you need to solve that. kzt

login IPMI

open your ipmi url via browser and you will see a mini black box, click it and download the ipmi connect file

ipmiweb

config JAVA environment

IPMI need JAVA, so you need to have a JAVA environment, but the jave can’t be newest, becauase some hardware may not support the newest java, so 8U333 version may works most.

After you installed the jave , config it, pick safe ,and add the ipmi web url into the white list

java

now we need that ipmi connect file, you can open it via notepad and you can see the ipmi manage url, copy that and add it into the white list too.

dz

mount ISO

After all of that, you can open the ipmi connect file, and you will see that

ikvm

When you using ipmi, you need to mount iso to install os.
if you feel very slow and you have vps near by the dedicated server location, maybe you can think DD a windows, that way called netboot ,it’s a experience that shared from customers, not official

download netboot.xyz

go to netboot.xyz and download the iso file netboot

open the image and mount the iso iso

reboot the server, if CDROM is the first option, then boot it directly, or you need use F11 to boot menu and choose CDROM qd BIOSqd

config netboot.xyz

colocrossing server don’t have IPv6 and don’t have DHCP server , so will stop at this status, fill in the ip which sent to your email

ip

choose network installs and pick your os, here is a example of Debian

wlaz debian10 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

login system

use SSH connect the server, the username is xidcn, the password is what you set

31

use su and type your root password, then you can change to root user

DD system

if the os you still don’t like, you can DD the system, here is a script from github

as it already installed the os, so you can directly DD without set IP first download the os

wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh

then DD debian11 default password is :LeitboGi0ro

bash InstallNET.sh -debian 11

now you can reconnect the server, don’t forget the username is root