mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Doc : Credentials for VM (#11418)
Added info about first access after importing VM into VirtualBox.
This commit is contained in:
@@ -49,9 +49,16 @@ available we will push new images out running that version. Please do
|
||||
note that if you download an older release with a view to running that
|
||||
specific version, you will need to disable updates in config.php.
|
||||
|
||||
## Credentials
|
||||
## Access/Credentials
|
||||
|
||||
- SSH
|
||||
To access your newly imported VM, those ports are forwarded from your machine to the VM: 8080 for WebUI and 2023 for SSH.
|
||||
Remember to edit/remove them if you change (and you should) the VM network configuration.
|
||||
|
||||
- WebUI (http://localhost:8080)
|
||||
- username: librenms
|
||||
- password: `D32fwefwef`
|
||||
|
||||
- SSH (ssh://localhost:2023)
|
||||
- username: librenms
|
||||
- password: `CDne3fwdfds`
|
||||
|
||||
@@ -59,10 +66,6 @@ specific version, you will need to disable updates in config.php.
|
||||
- username: librenms
|
||||
- password: `D42nf23rewD`
|
||||
|
||||
- WebUI
|
||||
- username: librenms
|
||||
- password: `D32fwefwef`
|
||||
|
||||
## Contributing
|
||||
|
||||
If you would like to help with these images whether it's add
|
||||
|
||||
Reference in New Issue
Block a user