<% if (isAdminAuthenticated) { %>

FM-DX WebServer

[ADMIN PANEL]

This web setup allows you to set up your entire tuner.
Some settings will only change after a server restart.

In case you are setting up the webserver for the first time, we already filled fail-safe defaults for you.

BASIC SETTINGS

Connection to xdrd:


Webserver connection:


AUDIO SETTINGS

TUNER IDENTIFICATION INFO


Map broadcast:

If your tuner is set to public and other information is filled, you can add your tuner to a public map.


Tuner location:

MAINTENANCE




CONSOLE OUTPUT

<% if (consoleOutput && consoleOutput.length > 0) { %>
<% consoleOutput.forEach(function(log) { %>
<%= log %>
<% }); %>
<% } else { %>

No console output available.

<% } %>

Feel free to contact us on Discord for community support.

<% } else { %>

FM-DX WebServer

[ADMIN PANEL]

You are currently not logged in as an administrator and therefore can't change the settings.

Please login below.

LOGIN

<% } %>