- Something running Windows (either a Windows machine or a VM will work)
- The oldest firefox possible (available in this repo as a portable program)
- HP ILO2 firmware (available in this repo)
- monitor and keyboard (only if you dont have an ILO2 user and password)
- HP ILO2 license key (optional)
- Termux (optional)
- PuTTY (optional)
- With the monitor and keyboard connected turn on the server and press F8 during post (the server will tell you when).
- Go to
User
and add a new user and password, grant all permissions. - Go to
Network
and write down the IP address - Save and close all
- In a Windows machine open the portable Firefox and go to the IP Address you wrote down.
- Log in with your username and password (the default user is Administrator, the default password is written on a sticker somewhere in your server).
- It will give you a security error, accept it
- Go to the last tab and go to
Firmware Update
- Upload your new firmware and run the update
- If you have an ILO2 Advanced license key add it now
Warning
This will downgrade your browser security CONSIDER YOUR ACTIONS
- Go to
about:config
- Set
security.tls.version.enable-deprecated
totrue
- Set
security.tls.version.min
to1
- Go to the the IP Address you wrote down.
- Log in with your username and password (the default user is Administrator, the default password is written on a sticker somewhere in your server).
- Open the page despite the warnings
Note
The virtual console will not work, that`s normal.
ssh -okexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -c aes128-cbc Administrator@ip_address_you_wrote_down
Note
The command above is a handful, you may want to add an alias that assigns that to a shorter command.
-
Open Termux
ssh -okexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss -c aes128-cbc Administrator@ip_address_you_wrote_down
Note
The command above is a handful, you may want to add an alias that assigns that to a shorter command.
- install PuTTY
- Open PuTTY and add the user, IP and password
- Enable diffie-hellman-group1-sha1
- Launch the session