# Docker IPMI Client Managing servers IPMI is getting harder. Old servers still rely on outdated java versions and they are becoming a pain to install. I was going to build a small docker image with an old version of java, but someone beat me to the punch. https://hub.docker.com/r/solarkennedy/ipmi-kvm-docker/ ``` docker pull solarkennedy/ipmi-kvm-docker docker run -p 8080:8080 solarkennedy/ipmi-kvm-docker ``` ![](images/ipmidocker/ipmidocker1.JPG) Now open a browser and go to http://localhost:8080 ![](images/ipmidocker/ipmidocker2.JPG) Navigate to the webpage for the ipmi and login ![](images/ipmidocker/ipmidocker3.JPG) You'll still get a bunch of security warnings and they may show up behind the active window. ![](images/ipmidocker/ipmidocker4.JPG) More security warnings ![](images/ipmidocker/ipmidocker5.JPG) Finally! ![](images/ipmidocker/ipmidocker6.JPG) Nesting VNC is a little slow, but it works well enough. Just control+c the docker image when you are done.