WHM Tutorials – How to Launch a Google Compute Engine Instance
This video demonstrates how to launch a cPanel & WHM instance on Google Compute Engine.
We filmed this video on cPanel & WHM version 84.
Music by bensound.com
Additional documentation:
How to Install cPanel on Google Compute Engine Through the Google Marketplace –
The Hostname Fix Hook:
mkdir -p /etc/dhcp/dhclient-exit-hooks.d/ && echo -ne '#!/bin/shnhostname hostname.example.comn/scripts/fixetchostsn' > /etc/dhcp/dhclient-exit-hooks.d/zzz-set-hostname.sh && chmod +x /etc/dhcp/dhclient-exit-hooks.d/zzz-set-hostname.sh
Replace hostname.example.com with your hostname.
For more information, read the documentation at https://go.cpanel.net/googlecloud