❗️

Developer Tools Required

Gateblu plugins will require platform-specific developer tools to be installed.

Gateblu Installer

Downloads

OS X Installer (Universal)

Gateblu Service

The background service

Downloads

OS X Universal

File Locations

Your configuration files exist in ~/Library/Application Support/GatebluService

❗️

Force Restart

If for some reason you need to force restart your gateway

launchctl unload /Library/LaunchAgents/com.octoblu.GatebluService.plist
ps ax | grep start-gateblu | awk ‘{ print $1 }’ | xargs kill -9
launchctl load /Library/LaunchAgents/com.octoblu.GatebluService.plist

Removing devices and tmp files

Sometimes your tmp and devices files become corrupt, you can remove them all and restart your gateway and they will automatically be recreated.

launchctl unload /Library/LaunchAgents/com.octoblu.GatebluService.plist && \
rm -rf ~/Library/Application\ Support/GatebluService/devices && \
rm -rf ~/Library/Application\ Support/GatebluService/tmp && \
launchctl load /Library/LaunchAgents/com.octoblu.GatebluService.plist