<%= host %>:<%= port %> Status

<% if (status.online) { %>
Online Ping: <%= status.ping %>ms
<%- status.motd.html %>
Server Info
  • Version: <%= status.version %>
  • Protocol: <%= status.protocol %>
  • IP: <%= status.ip %>
  • Port: <%= status.port %>
Players
<%= status.players.online %> / <%= status.players.max %>
<% if (status.players.sample && status.players.sample.length > 0) { %>
    <% status.players.sample.forEach(player => { %>
  • <%= player.name %>
  • <% }); %>
<% } %>
<% if (status.favicon) { %>
Server Favicon
<% } %>
<% } else { %>
Server is offline or unreachable.
<% } %> Check Another Server