This page is excellent for deploying Palo.
After deploying the Palo Alto Networks VM firewall instance, you will need to use SSH to access the CLI to set the password for the admin account. This will allow you to access the web GUI.
Once the instance is running, connect to it using a SSH client with the private key file defined when you launched the instance.
For example ssh -i <privatekey.pem> admin@<public IP of eth0>
Then use the PAN-OS CLI commands
configureset mgt-config users admin passwordcommitIf you are using Putty, you will need to convert the PEM key file to PPK.
Note: A passphrase on a private key is an extra layer of protection, so even if your private key is discovered, it can't be used without the passphrase. The downside to using a passphrase is that it makes automation harder because human intervention is needed to log on to an instance, or copy files to an instance.
Panorama 10.0 is happy with 8 CPU and 32 GB RAM when in Panorama mode. However, when you go to 10.1, it wants 16 CPU.
Mid 2022