<%- await include('basic/header.html', locals) %>
Environment:
<% if (host.error !== false) { %> <%- host.error %> <% } else { %> Node: <%= host.nodeVersion %>
OS: <%= host.osDistro %>
Username: <%= host.username %>
Host CPUs: <%= host.cpus %> <%- host.clockWarning %>
Host Memory: <%= host.memory %> <% } %>
txAdmin Info:
Stats:
Versions: v<%= txAdminVersion %> / <%= fxServerVersion %>
Uptime: <%= txadmin.uptime %>
Cfx.re URL: <%= txadmin.cfxUrl %>
Ban/Whitelist Checking: <%= txadmin.banlistEnabled %>, <%= txadmin.whitelistEnabled %>
HTTP Counter: <%= txadmin.httpCounterLog %> < <%= txadmin.httpCounterMax %>
Monitor Restarts: CL <%= txadmin.monitorRestarts.close %> / HB <%= txadmin.monitorRestarts.heartBeat %> / HC <%= txadmin.monitorRestarts.healthCheck %>
HB Fails: HTTP <%= txadmin.hbHTTPFails %> / FD3 <%= txadmin.hbFD3Fails %>
Boot Seconds: <%= txadmin.hbBootSeconds %>
Freeze Seconds: <%= txadmin.freezeSeconds %>
Koa Sessions: <%= txadmin.koaSessions %>
Logs Storage Size: <%= txadmin.logStorageSize %>
Logger Status:
├─ Admin: <%= txadmin.loggerStatusAdmin %>
├─ FXServer: <%= txadmin.loggerStatusFXServer %>
└─ Server: <%= txadmin.loggerStatusServer %>

Settings:
Schedule: <%= txadmin.schedule %>
Cooldown: <%= txadmin.cooldown %>
Additional Arguments: <%= txadmin.commandLine %>
FXServer Path: <%= txadmin.fxServerPath %>
Server Data Path: <%= txadmin.serverDataPath %>
CFG Path: <%= txadmin.cfgPath %>
FXServer /info.json:
<% if (fxserver.versionMismatch) { %> <% } %> <% if (fxserver.error !== false) { %> <%- fxserver.error %> <% } else { %> Status: <%= fxserver.status %>
Version: <%= fxserver.version %>
Resources: <%= fxserver.resources %> <%- fxserver.resourcesWarning %>
OneSync: <%= fxserver.onesync %>
Max Clients: <%= fxserver.maxClients %>
txAdmin Version: <%= fxserver.txAdminVersion %>
<% } %>
Processes:
<% if (!proccesses.length) { %> Failed to retrieve processed data.
Check the terminal for more information (if verbosity is enabled) <% } else { %> <% for (const process of proccesses) { %> Process: (<%= process.pid %>) <%= process.name %>
Parent: <%= process.ppid %>
Memory: <%= process.memory %>
CPU: <%= process.cpu %>

<% } %> <% } %>
<%- message %>
<%- await include('basic/footer.html', locals) %>