Addresses and services

There are a number of internet addresses associated with ioBroker. Some are websites, others are accessed by your installation in the background. This page categorizes what each address belongs to, so it's clear where a click or connection leads.

The two main addresses

addressFor what
iobroker.netThis website provides documentation, an adapter overview, statistics, and downloads. It also hosts the free account used to manage adapter licenses.
iobroker.proThe paid cloud service. Remote access, voice assistants, notifications. Access licenses are managed there.

The two accounts are separate. Details about which account belongs to which account can be found under Licenses .

The forum

forum.iobroker.net is the central hub for questions, bug reports, and project announcements. How to ask questions effectively there is explained under Asking in the Forum .

What your installation retrieves in the background

A running ioBroker system communicates with a few addresses on its own. All are harmless, but in a closed network, you need to know them.

addressFor what reason
download.iobroker.netThe adapter list. From there, the administrator retrieves the stable and beta repositories, i.e., the information about which adapters exist in which version. See Repositories .
registry.npmjs.orgThe adapters themselves. Installation is done via npm, therefore the program code comes from there and not from ioBroker.
github.comOnly if an adapter is explicitly installed from a separate source, or if an instance is using the development version.
iobroker.orgReceives anonymous usage statistics, if enabled. See Usage Statistics .
iobroker.liveProvides the small status graphics ( badges ) that display the current version status in the adapter descriptions.

Once the cloud service is running, the connection to iobroker.pro is established. This builds the instance from the inside out, so no port needs to be configured in the router.

Tools for developers

These addresses are hosted on iobroker.in . They are used manually in the browser, not by your installation.

addressFor what reason
adapter-creator.iobroker.inCreates the basic structure of a new adapter. See recommendations .
adapter-check.iobroker.inCheck an adapter repository for common errors before publishing. See Publishing adapters .
translator.iobroker.inTranslates the text of an adapter into the supported languages.
weblate.iobroker.netThe project's translation platform. Texts from the core and adapters are maintained there without requiring any programming knowledge. See Get Involved .

If an address is unreachable

If the administrator cannot access the adapter list, the Adapters tab will remain empty or display outdated versions. This is almost always a naming or network problem and not a bug in ioBroker. Therefore, the first test is whetherdownload.iobroker.net This is resolved by the ioBroker computer. Further information can be found under Adapter Problems .