Skip to content

Instantly share code, notes, and snippets.

@michaelnozbe
Last active August 7, 2019 21:56
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save michaelnozbe/8c054928b71221b39cf17f10c78a3450 to your computer and use it in GitHub Desktop.
lsof -i :19421 #find out which PID zoom server is on
lsof -i :19424 #if you are running Ring Central for Meetings (rebranded zoom) check this port out
lsof -i :19433 #if you are running Chinese version of Zoom (Zhumu) check this port out
kill -9 PID #kill the server - insert PID number you will find
rm -rf ~/.zoomus/ #remove zoom server from your Mac
rm -rf /Applications/zoom.us.app/Contents/Frameworks/ZoomOpener.app/ #remove zoom server from the zoom app bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment