Skip to content
Steve edited this page Jun 1, 2024 · 3 revisions

Install MunkiScripts

1. Download

Check out the dropdown and download the .pkg

ScreenShot2

2. Install munkiscripts

Double klick on the .pkg

3. Configure munkiscripts

defaults write /var/root/Library/Preferences/com.github.stevekueng.munkiwebadmin.plist ServerURL -string "http://munkiwebadmin.example.com"
#basic auth key created with: python python -c 'import base64; print "Basic %s" % base64.b64encode("USERNAME:PASSWORD")'
defaults write /var/root/Library/Preferences/com.github.stevekueng.munkiwebadmin.plist authKey -string "QmFzaWMgdGVzdDpwYXNz" 
Clone this wiki locally