iDRAC 6 console launcher
Go to file
Markus b8ba67c3e5 Fix README.md 2020-04-08 20:33:23 +02:00
lib initial commit 2019-10-10 18:12:02 +02:00
.gitignore initial commit 2019-10-10 18:12:02 +02:00
README.md Fix README.md 2020-04-08 20:33:23 +02:00
avctKVM.jar initial commit 2019-10-10 18:12:02 +02:00
console.sh Add commandline arguments to console.sh 2020-04-08 20:29:15 +02:00

README.md

iDRAC 6 console launcher

On modern systems, the iDRAC6 remote console client is broken. This utility helps to restore usability on linux based systems.

Common errors

Connection failed

  • This java applet needs to be in the list of trusted Java applications
  • The Java security level must be patched down. This software requires RC4 to be available as tls crypto algorithm (really!)

Patch java.security

sed -i -e '/^jdk.tls.disabledAlgorithms=/s/, RC4//' /etc/java-*-openjdk/security/java.security

Exception in thread "main" java.awt.AWTError: Assistive Technology not found

sudo sed -i -e '/^assistive_technologies=/s/^/#/' /etc/java-*-openjdk/accessibility.properties