<% if (isAdminAuthenticated) { %>

[ADMIN PANEL]

Dashboard

<%= onlineUsers %>

Online users

<%= memoryUsage %>

Memory usage

<%= processUptime %>

Uptime

Current users

<% if (connectedUsers.length > 0) { %> <% connectedUsers.forEach(user => { %> <% }); %> <% } else { %> <% } %>
IP Address Location Online since
<%= user.ip %> <%= user.location %> <%= user.time %>
No users online

Console

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

No console output available.

<% } %>

Maintenance



Version:

Check for the latest source codeSupport the developer

Connection settings

You can set up your connection settings here. Changing these settings requires a server restart.

Tuner connection:

If you are connecting your tuner wirelessly, enter the tuner IP.
If you use xdrd, use 127.0.0.1 as your IP.


Webserver connection:

Leave the IP at 0.0.0.0 unless you explicitly know you have to change it.
Don't enter your public IP here.


Audio settings

You can set up your audio settings here. Changing these settings requires a server restart.

Your audio device port.
This is where your tuner is plugged in.

Audio channel count.
1: Mono • 2: Stereo

The bitrate of the mp3 audio.
Minimum: 64 Kbps • Maximum: 256 Kbps

Webserver settings

Antenna options

Chat options

Themes



Tuning options


If you want to limit which frequencies the users can tune to,
you can set the lower and upper limit here.
Enter frequencies in MHz.


Presets

You can set up to 4 presets.
These presets are accessible with the F1-F4 buttons.
Enter frequencies in MHz.




Banlist

If you have users that don't behave in your chat, you can choose to ban them by their IP address.
You can see their IP address by hovering over their nickname. One IP per row.

Identification & Map

Basic info

Set your tuner name and description here.
This info will be visible to anyone who tunes in.


Online map

If your location information is filled,
you can add your tuner to a public list.


Check your tuner at list.fmdx.pl.



Location:

Location info is useful for automatic identification of stations using RDS.


Feel free to contact us on Discord for community support.

<% } else { %>

[ADMIN PANEL]

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

Please login below.

LOGIN

<% } %>