Welcome to Moonraker

You may have intended to navigate to one of Moonraker's front ends. If so, check that you entered the correct port in the address bar. If the front end is hosted on a default port (80 for http, 443 for https), you may remove the port from the address.

Authorization

Request IP:
{{ remote_ip }}
Authorized:
{{ authorized }}
CORS Enabled:
{{ cors_enabled }}

Status

Version:
{{ version }}
Websocket Count:
{{ ws_count }}
Klipper State:
{{ klippy_state }}
{% if summary %}

Summary

{% for item in summary %}
{{ item }}
{% endfor %}
{% endif %} {% if announcements %}

Announcements

{% for item in announcements %} {% set id = "announcement-" + item["entry_id"].replace("/", "-") %} {% endfor %}
{% endif %} {% if warnings %}

Warnings

{% for warn in warnings %}
{{ warn }}
{% endfor %}
{% endif %}