IPMIView.app
IPMIView.app copied to clipboard
Connection failed for KVM console on arm64
I installed the x86-64 java version (jre-8u461-macos-x64.dmg) and the app itself opens fine however when I click on KVM console I get a "Connection failed" error message. Checking ps I see this: lwhite 64132 0.0 0.2 46728140 68232 s002 S 7:09pm 0:00.61 java -Djava.library.path=. -jar iKVM.jar 192.168.50.54 0 0 --FR From googling 0 0 is where the user/pass should be, so I tried this manually (with the x86-64 java binary in the path): java -Djava.library.path=. -jar iKVM.jar 192.168.50.54 user pass --FR But that gives me a file missing error but doesn't say which file.
Do I need a different version of java or am i missing something?