2023-11-27 05:48:54 +01:00
---
title: FRITZ!Box
description: FRITZ!Box Widget Configuration
---
Application access & UPnP must be activated on your device:
```
Home Network > Network > Network Settings > Access Settings in the Home Network
[x] Allow access for applications
[x] Transmit status information over UPnP
```
2023-12-05 09:44:13 +01:00
Credentials are not needed and, as such, you may want to consider using `http` instead of `https` as those requests are significantly faster.
2023-11-27 05:48:54 +01:00
2025-02-17 02:10:16 +01:00
Allowed fields (limited to a max of 4): `["connectionStatus", "uptime", "maxDown", "maxUp", "down", "up", "received", "sent", "externalIPAddress", "externalIPv6Address", "externalIPv6Prefix"]` .
2023-11-27 05:48:54 +01:00
```yaml
widget:
type: fritzbox
2023-12-05 09:44:13 +01:00
url: http://192.168.178.1
2023-11-27 05:48:54 +01:00
```