{% extends "base.html" %} {% load static i18n %} {% load tz %} {% get_current_timezone as TIME_ZONE %} {% block content %}

About

{#
#}

About Cerberus

Protect

Firewall: A Linux firewall protects all your devices from external and internal threats.

Pihole: Block ads and malicious domains across all your devices.

DNScrypt: Verify the domains you visit with a secure protocol.

Coppercloud: Block telemetry and information collecting services by blocking their IP addresses.

Metrics: View data about the threat actors sending unsolicited traffic to your Cerberus.


Connect

Wireguard: Easily configure and add devices with a modern, secure, and performant virtual private network.


Share

Extra Services: Use powerful open source technologies to share and collaborate with your own services for a virtual private cloud, file syncing, media server, home automation, and much more.

{% if request.user.is_superuser %}

Cerberus Admin (Django)

Username

admin


Password

None (authenticates based on Wireguard profile)

Cockpit

Username

cockpit


Password

(Default Cerberus Password)

Pihole

Password

(Default Cerberus Password)

{% endif %}
{% endblock content %}