So what is this “Remote MX Wizard” plugin for cPanel / WHM you may ask?
Well it’s a simple little free plugin developed over by the guys at gk-root in order to ease your suffering in adding Google Apps (G Suite) MX records for your clients. Now you can simply do that with one click.
So let’s get started…
The only this required is cPanel/WHM 11.50+.
INSTALATION
Open up your SSH and login as root.
wget -O cpc-1.0.3.tar "http://store.gk-root.com/dl.php?type=d&id=233" tar -xf cpc-1.0.3.tar cd cpc-1.0.3 sh cpc-installer -install cd .. rm -Rfv cpc-1.0.3/ cpc-1.0.3.tar
That’s it!
To verify that everything went smoothly just open up your WHM web interface and check under “Plugins”. Don’t forget to add this plugin to the feature list that your clients are using.
EXTRA
Setting up automatic updates:
cp /usr/local/cpanel/base/3rdparty/RemoteMXWizard/conf/update /etc/cron.monthly/
Pst… Just in case you don’t like it… here is the UNINSTALLATION proces:
wget -O cpc-1.0.3.tar "http://store.gk-root.com/dl.php?type=d&id=233" tar -xf cpc-1.0.3.tar cd cpc-1.0.3 sh cpc-installer -uninstall cd .. rm -Rfv cpc-1.0.3/ cpc-1.0.3.tar
DONE!