# 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
```

Now open a browser and go to http://localhost:8080

Navigate to the webpage for the ipmi and login

You'll still get a bunch of security warnings and they may show up behind the active window.

More security warnings

Finally!

Nesting VNC is a little slow, but it works well enough.
Just control+c the docker image when you are done.