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.

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 }}
{% end %}
{% end %} {% if announcements %}

Announcements

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

Warnings

{% for warn in warnings %}
{{ warn }}
{% end %}
{% end %}