How to set any password to your Virgin Media Hub 3.0 router
- Log in to your router admin panel by reaching
http://192.168.0.1/
. - Open your browser devTools (F12).
- Go to the Sources tab.
- Look for the file
skins/lgi/js/base.js
. - On line 2065 (at the time of writing, this can be different for you) find the following variable declaration
var ret = validator();
. - Edit the code to be
var ret = true;
and save. Note: if you change page in the admin panel, you will have to do this again. - Set any password you want via the UI and apply.