All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
OVH/Kimsufi IPMI via Java applet madness
I am trying to connect to any of my 3 servers using the IPMI Java Applet, to no avail. I think I tried everything I could, various old Java versions together with OpenWebStart, different security settings, it all still fails with:
JNLPClassLoader: Finding library iKVM64.dll
JNLPClassLoader: Finding library SharedLibrary64.dll
Retry =1
Retry =2
Retry =3
Retry =4
Retry =5
Retry =6
Retry =7
Retry =8
Retry =9
Retry =10
And then I am getting "connection failed". I can telnet to the IP address from the JNLP file on port 5900 just fine. The IPMI is functional in the OVH dashboard: confirmed using IPMI Test and the HTML KVM.
I need Java to publish custom ISO, the HTML KVM is an older one and doesn't support ISO uploading.
Since this is Kimsufi, I understand IPMI is not normally supported by OVH on these servers, so I can't have their support look into it?
I'll appreciate any help.

Comments
You can use their rescue system and kexec netboot.xyz, or any other system actually.
apt-get update && apt-get install -y kexec-tools wget
mkdir /tmp/netboot && cd /tmp/netboot
wget https://boot.netboot.xyz/ipxe/netboot.xyz.lkrn
kexec -l netboot.xyz.lkrn
kexec -e
If your .iso is not in the list, like Windows, you can raw dd if to the local disk and adjust boot params. This makes it totally possible to install any OS without IPMI at all, it's just a nice bonus to have it.
Change the boot mode to OVH's rescue distro, and either use netboot.xyz like @luckypenguin suggested or launch an installer / live system ISO with QEMU.
For example with my KS-5 or KS-LE-B which both have two NVMe drives, I launch the Debian 13 live system ISO inside the rescue system with:
Then you can VNC into your server at [server_ip]:5900.
But you should definitely use VNC encryption with X509 certificates, you need to generate CA root and server certificates then change the
-vncoption as described in the QEMU docs. Also use a VNC password.Ive had issues with jnlp when yhe server had both html5 and Java options
Support acknowledged that supermicro has acknowledged the same but no eta on the fix
Thank you all for responses.
Well, it's a good thing I wasted 5 hours working on that, then.
I am now going the hacky way, but Proxmox GUI won't start (crashes immediately), and I can't type in TUI, not even using their virtual keyboard. Arrow keys and Enter work, though...
At this point they could really stand out on the market and just attach a PiKVM to each node for free...
Then install vanilla Debian first, and convert it to Proxmox later:
https://github.com/MrMasterbay/proxmox-from-scratch
You really expect that much on Kimsufi servers they barely make profit on, do you.
Why even try to install it yourself, just use the Proxmox template
There are few valid reasons to go the Debian iso route first.
For example when you want to encrypt the disks with LUKS and make custom partitions.
I highly doubt they overwrite disks with random data before handing it to next customers.
ZFS + LUKS.
Exactly my point. Nailed it.
I tried with Proxmox installer in Serial console, but serial console is gone (tried using ther KVM HTML and via SSH). On top of that, that damn KVM HTML gets disconnected after I think 60s of inactivity.
MADNESS.
That would mean that you install using the Debian ISO in the first place, since Proxmox doesn’t allow it. You could also encrypt using the native ZFS encryption later on, there are a few tutorials out there.
https://homelab-guide.de/tutorials/zfs-verschluesselung-nachtraeglich-proxmox/
I am going to use LUKS, actually, it's not about getting it encrypted right away, but rather have a proper disk layout for that.
Then I see absolutely no reason to custom install it
OK, serial installation works, just had to change the console to ttyS1 in Proxmox's grub.
Off the top of my head.