Skip to main content
Question

Deploying Self Service+ on machines already deployed

  • January 8, 2026
  • 4 replies
  • 74 views

Forum|alt.badge.img+1

Hi, 

Im currently working on setting up Self Service+ in time for the deadline of March 2026. 

We currently have over 400 machines with Self Service instaleld and looking to deploy this to new machine in batches first for testing. 

Ive currently been testing on my self and manually installed the application and Ive had some issues with the Keychain popping up, which I saw was an issue on past threads. What would be the best way to go around this in a production environment? 

4 replies

Jordy-Thery
Forum|alt.badge.img+13
  • Valued Contributor
  • January 8, 2026

As far as I know the PI of the keychain issue was resolved in a previous update of Self Service+. Version 3.5 if I’m not mistaken.


AJPinto
Forum|alt.badge.img+26
  • Legendary Contributor
  • January 8, 2026

You can download Self Service+ from Jamf Account and package to deploy to a test group, it does not remove Self Service from the devices when it installs. However, the actual deployment would be changing the default Self Service in Jamf Settings from Self Service to Self Service+, that will deploy Self Service+ and remove Self Service this is global with no rollout options. In my experience the rollout was more or less invisible, and I had no issues reported when I did it several months back.


Forum|alt.badge.img+11
  • Valued Contributor
  • January 8, 2026

I’ve downloaded it from my Jamf Account and deployed it with a script that updates the dock icon via DockUtil.  Most of my fleet already has DockUtil, but I have policy set with a custom trigger scoped to machines that don’t have it.

#!/bin/bash

if [ -f "/usr/local/bin/dockutil" ]; then
/usr/local/bin/dockutil --add /Applications/Self\ Service+.app --replacing 'Self Service' --allhomes
/usr/bin/killall Dock
else
/usr/local/bin/jamf policy -event dockutil
/usr/local/bin/dockutil --add /Applications/Self\ Service+.app --replacing 'Self Service' --allhomes
/usr/bin/killall Dock
fi


Forum|alt.badge.img+1
  • Author
  • New Contributor
  • January 9, 2026

As far as I know the PI of the keychain issue was resolved in a previous update of Self Service+. Version 3.5 if I’m not mistaken.

I only have hte v2.13