How to remove the iPhone Configuration Web Utility from your mac

If like me, you installed Apple’s new iPhone Configuration Web Utility for Mac when it was released, which happens to be a ruby on rails app, then you may have found out how hard it is to get rid of.
It’s especially annoying if you are a rails developer since it launches on port 3000 when your mac starts up, meaning you would have to specify a different port every time you want to start your server, very annoying.
So after a bit of googling, I have collected the commands you need to run in the terminal to remove them, they are listed below (you need to be an admin user to run them).
First stop it running:
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.iPhoneConfigService.plist
Then stop it starting up:
sudo rm /System/Library/LaunchDaemons/com.apple.iPhoneConfigService.plist
Remove the files:
sudo rm -rf /private/var/db/iPhoneConfigurationWebUtility/
sudo rm -rf /private/var/log/iPhoneConfigurationWebUtility/
sudo rm -rf /usr/local/iPhoneConfigService/
And finally remove the user
sudo dscl . delete /groups/_iphoneconfigwebutil
sudo dscl . delete /users/_iphoneconfigwebutil


Thanks a lot!
Henrik N on July 31, 2008 2:16 pm
Thanks.
Ridvan on August 6, 2008 12:46 pm
Thanks!
aManCalledSun on August 8, 2008 9:42 pm
Thanks a lot, great tip!
Hattori Hanzo on August 11, 2008 7:08 pm
Thanks a lot! Really hated that ruby thing running on my Mac all the time!
Oli on August 12, 2008 8:01 am
Thanks so much. I installed the web version instead of the desktop app and I didn’t want that web service running on my laptop.
Todd on August 19, 2008 4:16 pm
Big thanks Andrew!
c.urdaneta on August 20, 2008 10:28 pm
thank you a lot!! (apple should have added this to the documents)
Petr on August 27, 2008 3:00 pm
You rock.
Rubin110 on September 12, 2008 12:12 pm
Thanks, this worked fine, very handy.
Rob on October 5, 2008 8:04 pm
Thanks, worked ok, very handy!
/ Petr+1 agreed, Apple should have this documented, or added an uninstall option/
Rob on October 5, 2008 8:08 pm
[…] public links >> launchctl How to remove the iPhone Configuration Web Utility from your mac Saved by Narutofan44 on Fri 17-10-2008 Installing nginx and PHP with FastCGI on Mac OS X 10.5 […]
Recent Links Tagged With "launchctl" - JabberTags on October 18, 2008 5:34 pm
Thanks for this info! Finally, it’s gone…whew!
BarefootPanda on November 3, 2008 10:40 pm
Thanks a lot !
hl2run on November 30, 2008 10:11 am
Thanks, it helps a lot. I was able to find all config files.
Jiri on December 6, 2008 11:11 pm
Thank you!!, it was really of help!
Gerardo on December 9, 2008 8:27 am
much thanks!
CJ on December 19, 2008 7:10 pm
This bit me in the ass too.
Thank you VERY much !
Gary Sullivan on January 8, 2009 10:15 pm
Thanks!
Steven Bristol on January 15, 2009 4:01 pm
Thx mate ! worked like a charm!
Steven on February 25, 2009 4:15 pm
thanks a lot!
Cosmo on March 21, 2009 1:07 pm
Thanks for posting this!
Sebastian Röbke on March 29, 2009 7:02 pm
perfect. thanks a lot for this post!
chris on November 18, 2009 2:42 pm