Network
System status and network diagnostics.
saucypaws@network:~$
$ cat /etc/motd
Home Lab.of Saucy Paws Studios
Running Unraid NAS for file storage, Docker containers, and Virtual Machines.
Next.JS for the Web Server.
Home Assistant, Node Red, and ESPHome, for Home Automation.
Motion Eye and Frigate for the Security System.
Plex Media Center for Media Storage.
Pterodactyl with Containerized Games for the Game Server.
FujiNet for Retro Computing access to the NAS..
$ uptime
System operational. All services green. ▊
$ netstat --status
● WAN — Connected (1Gbps)
● LAN — 12 devices online
● DNS — Resolving (Pi-hole active)
● VPN — OpenVPN and Tailscale established
$ docker ps --format "table {{.Names}} {{.Image}}"
| NAME | IMAGE |
| gesler-net | gesler-net:2.0.0-prod |
| mariadb | linuxserver/mariadb |
| homeassistant | home-assistant:latest |
| NodeRed | nodered/node-red |
| Pihole-DoT-DoH | pihole-dot-doh:latest |
| PlexMediaCenter | linuxserver/plex |
| frigate | blakeblackshear/frigate |
| MotionEye | localhost/motioneye |
| Swag | linuxserver/swag |
| duplicati | linuxserver/duplicati |
| Pterodactyl | ghcr.io/pterodactyl/panel |
| DockerRegistry | registry |
| FujiNet-tnfs | localhost/tnfs |
$ virsh list --all
| Id | Name | State |
| 1 | Flyer (Mint) | running |
| 2 | Flapper (Pop OS) | running |
| 3 | Flopper (Windows 11) | running |
| 4 | Tripper (Pop OS) | running |
$ ▊