• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
ControlUp Community

ControlUp Community

Connect, Learn, and Grow

  • Blog
  • Podcast
  • Meetups
  • Archives
  • Categories
    • ControlUp One Platform
    • ControlUp for Apps
    • ControlUp for Compliance
    • ControlUp for Desktops
    • ControlUp Scripts & Triggers
    • ControlUp Synthetic Monitoring
    • ControlUp for VDI
  • Topics
  • Events
    • Logos & Wallpaper
    • ControlUp.com
  • Join

Troubleshooting Deployment of ControlUp Mac Agent through Jamf

Posted on June 27, 2024

ControlUp users discuss deploying the ControlUp Mac agent through Jamf and possible errors with tenant and code. Troubleshooting advice is given, including recommended locations for script and potential issues with SSL inspection on network. One user also mentions having a script for installing the Mac agent through Intune.


Read the entire ‘Troubleshooting Deployment of ControlUp Mac Agent through Jamf’ thread below:

Anyone just Jamf to deploy the controlup install for mac?


I have several customers who do but they didn’t need any help from us. Maybe @member can help a hand 🙂


Thanks @member

Happy to help @member you can DM me then we can start a chat


I just built a bash script to download the file and run the commands but it gives an error about the tenant

#!/bin/bash

# URL of the DMG file

URL=""

# Output file name

OUTPUT="ControlUp_Agent_Manager.dmg"

# Get the current user’s Downloads directory

DOWNLOADS_DIR="${HOME}/Downloads"

# Full path to the output file

OUTPUT_PATH="${DOWNLOADS_DIR}/${OUTPUT}"

# Log file path

LOG_FILE="${DOWNLOADS_DIR}/ControlUp_Install.log"

# Use curl to download the DMG file

curl -L -o "$OUTPUT_PATH" "$URL"

hdiutil mount -nobrowse $OUTPUT_PATH

sudo "/Volumes/ControlUp Edge DX/Updater" –install [mytenant.sip.controlup.com](http://mytenant.sip.controlup.com) –code mycode &> "$LOG_FILE"

diskutil eject /Volumes/ControlUp\ Edge\ DX

rm -f $OUTPUT_PATH

#removed


This is what im doing ,

If i may ask why do you put it in the Users Downloads ?

why not put it in the Users/Shared/ ?

is not managed by SIP or any restrictions


i was testing on my mac with my own account, so right now its just a script i run manually so i can quickly get to my downloads folder (not a mac guy)

so it does mount and run the command, its just giving the tenant error and not sure why


If you run the commands in terminal does it work then ?

Not a script


no i did try it manually as well

same result

i manully ran each line of the script and it all works, but when you get to the sudo install command thats when the tenant error comes up


Ok

Open the dmg on you Mac run the PKG that’s inside

During the installation it will ask for the tenant Id and code

Does that work ?


the tenant supplied was not verified by the consolupserver

these are the tenant and code from the download page in my controlup console


Does windows or Linux install work ?


yeah windows is fine

ugh nvm

stupid ssl inspection on the network

sigh..Thanks!


Oh fixed ?


yeah

forgot on jamf we dont have our certs deployed yet like we do on intune, so ssl inspection wasnt working


I also have a script to install the mac agent using intune

Continue reading and comment on the thread ‘Troubleshooting Deployment of ControlUp Mac Agent through Jamf’.  Not a member? Join Here!


Categories: All Archives, ControlUp for Desktops, ControlUp Scripts & Triggers
Topics: Certificates, ControlUp Agent, Linux, Logs, Microsoft Intune, Microsoft Windows, Physical Desktops, Scripts, Security, SSL/TLS

Ask Us Anything, Connect, Learn, and Grow with the ControlUp Community!

Login to the ControlUp Community to ask us anything, stay up-to-date on what’s new and coming soon and meet other like-minded techies like you.

Not already a member? Join Today!

Primary Sidebar

ControlUp Academy

Enroll in ControlUp Academy for expert-led technical training, equipping you with skills to effectively deploy, manage, and grow your ControlUp investment.

Learn here >

Rotating Images

Hidden Gem from our Community on Slack!

ControlUp Betas - What's Coming Next?
NEW ControlUp Features - Stay Up-to-Date!
ControlUp Scripts - Scripting, Zero to Hero
Latest KB Articles - Be the First to Learn
Did you Know - with Sivan Kroitoru
Practical Perspectives Technical Use Case Training

Video Tutorials Library

Visit our technical how-to videos, offering step-by-step tutorials on advanced features, troubleshooting, and best practices.

Watch here >

ControlUp Blog

Check out the ControlUp blog for expert advice and in-depth analysis.

Read here >

ControlUp Script Library

Visit the ControlUp technical script library, which offers a multitude of pre-built scripts and custom actions for your monitoring and troubleshooting requirements.

See here >

ControlUp Support

Visit the ControlUp support home and to delve deeper into ControlUp solutions.

Browse here >

Download ControlUp RealTime DX

Start with ControlUp for real-time end-user environment insights, swift troubleshooting, and unprecedented performance optimization. Download now.

Download here >

Footer

      

ControlUp Community
Of Techie, By Techie, For Techie!

Terms of Use | Privacy Policy | Security
Dive Deeper, Learn more at ControlUp.com

  • facebook
  • twitter
  • youtube
  • linkedin

© 2023–2025 ControlUp Technologies LTD, All Rights Reserved.

We use cookies to ensure that we give you the best experience on our website. by continuing to use this site you agree to our Cookie policy..