default account for ssh login on PMM-SERVER OVA.

Hello, I’m in need to setup the OVA image correctly with NTP and static ips. Please provide the default local account of the PMM-Server-2017-04-20-0705.ova image to login via SSH or virtualbox console. Thanks so much Didier

Hi dpeyrol , when you start up the VirtualBox installation it will use DHCP by default, so if you are doing Host-only then you need to define a DHCP server for the network segment, and if bridged it will use your network DHCP server.
Once the console prints out the IP address that the PMM Server obtained, the first screen you’ll hit in your browser is going to ask you for three things: [LIST=1]
[]username for http auth
[
]password for http auth
[*]ssh public key (optional)
[/LIST] Use #3 with your pub key, and then the syntax will be:

ssh -i ~/.ssh/my_pub_key.pub admin&#64;<ip_pmm-server>

Hi

how can we create the public key if we didn’t create it on startup web page?

thanks
Vod