4serverinfo New | Deluxe & Premium

Before we unpack the "new," let’s quickly recap the core utility of 4ServerInfo. Traditionally, 4ServerInfo served as a lightweight yet powerful script/toolkit designed to provide instantaneous snapshots of server health. Key metrics included:

The tool became a favorite for system administrators who preferred command-line efficiency over bloated graphical control panels. The original version was praised for its speed, low overhead, and accuracy. However, as server environments grew more complex—embracing containers, virtualization, and cloud-native architectures—the need for an evolved solution became clear. Enter 4ServerInfo New.

One of the biggest complaints about older monitoring tools was the lag in downtime alerts. You would find out your server crashed only after players started DMing you on Discord.

The new alert system integrates directly with webhooks and popular messaging platforms. 4serverinfo new

This proactive approach means you can fix issues before they become community-wide problems.

Short (human-friendly): "id": "srv-1234", "name": "web-01", "status": "running", "uptime": "14 days, 03:21", "os": "Ubuntu 22.04", "cpu": "Intel Xeon E-2288G (8 cores)", "memory_used": "12 GB / 32 GB (37%)", "disk_used": "/: 120 GB / 200 GB (60%)", "ip": "192.0.2.10", "services": "nginx":"running","postgres":"running"

JSON (verbose): "id":"srv-1234", "name":"web-01", "fqdn":"web-01.prod.example.com", "status":"running", "uptime_seconds":1209600, "last_checked":"2026-04-09T14:05:00Z", "os":"name":"Ubuntu","version":"22.04.3", "kernel":"5.15.0-70-generic", "cpu":"model":"Intel Xeon E-2288G","cores":8,"usage_percent":12.3, "load_avg":[0.34,0.45,0.50], "memory":"total_mb":32768,"used_mb":12288,"used_percent":37.5, "disks":["mount":"/","total_gb":200,"used_gb":120,"mount":"/var","total_gb":500,"used_gb":50], "network":["iface":"eth0","ipv4":"192.0.2.10","link":"up"], "services":["name":"nginx","state":"running","name":"postgres","state":"running"], "alerts":[], "tags":["prod","web","team-frontend"], "region":"us-east-1", "hypervisor":"kvm", "notes":"Rebooted for kernel patch on 2026-03-28" Before we unpack the "new," let’s quickly recap

sha256sum 4serverinfo-new-installer.sh

webhook:
  enabled: true
  url: "https://discord.com/api/webhooks/xxxx"
  interval: 600   # seconds (10 minutes)
  embed:
    title: "Server Status – server_name"
    description: |
      **Online:** online/max
      **TPS:** tps
      **RAM:** ram_used/ram_max MB (ram_percent%)
    color: 0x00FF00

The plugin will automatically POST this embed at the defined interval.


(Works on Spigot, Paper, and BungeeCord networks – the same jar can be used for both server‑side and proxy‑side setups.) The tool became a favorite for system administrators


If you turned on webhook.enabled: true in the config:

/4si webhook <discord_webhook_url>

The plugin will post an embed with the current stats. You can also set a schedule in the config (e.g., every 10 minutes).


The historical playback and audit logs satisfy SOX, HIPAA, and PCI-DSS requirements for change management and incident tracking.