Cloud services and apps

ioBroker runs on your own network, and that's the normal setup: the data stays within your home, and everything continues to work without internet access. However, your own network isn't sufficient for three things:

  • Access from anywhere without opening a port in the router.
  • Voice assistants , because Alexa and Google Home send their requests from the internet.
  • External services that are supposed to report something to ioBroker, such as a webhook.

That's what the ioBroker cloud is for. The crucial point is that the connection is established from the inside out . Your router remains closed, no port forwarding needs to be configured, and your installation is not accessible from the internet.

ioBroker baut die Verbindung zur Cloud von innen nach außen auf

The connection goes from the inside out. Alexa, Google Home, and your phone communicate with the cloud, not with your router.

The adapters

There are two of them, and they share the tasks:

adapterFor what
cloudRemote access : access your own interface while on the go.
IoTVoice assistants , services and MCP access .

Those who want both can operate both side by side. This isn't a transition or duplication; the adapters do different things.

The MCP access is new. AI assistants use it to access your system. It runs via the IoT adapter, requires an ioBroker.pro account, and is included in the assistant license .

Both require an account. For free remote access, an account at ioBroker.net is sufficient; for extended remote access and the wizards, an account at ioBroker.pro is needed. The differences between the two are explained under Access Licenses .

The pages in this chapter

PageContents
IoTCreate an account, set up the IoT adapter, and check the connection. This is the starting point for wizards and services.
VisualizationsAccess your own interface while on the go.
editorsGive other people access to the account.
ServicesSend values to ioBroker or trigger commands via an address.
Alexa Smart Home SkillSwitch devices using the usual commands.
Alexa Custom SkillCustom voice commands and status queries.
AppThe official app for phone and tablet.

For voice control and custom-built interfaces to function, rooms and functions must be defined. Without these categories , neither Alexa nor a visualization adapter will know what is meant.

Before external access is set up: the useradmin Enter a password and enable login .