Quick Reference
Last Updated:
Purpose: Fast access to frequently needed information. IPs, URLs, commands, schedules.
Network
|
|
| Subnet |
|
| Gateway / Router |
|
| Primary DNS |
|
| Local domain |
|
Device IPs
| Device |
Hostname |
IP |
Always On? |
| Primary NAS |
|
|
Yes |
| Backup NAS |
|
|
Yes |
| Proxmox NUC |
|
|
Yes |
Service URLs
Infrastructure
| Service |
URL |
Hosted On |
| Proxmox |
|
Proxmox NUC |
| Primary NAS UI |
|
Primary NAS |
| Backup NAS UI |
|
Backup NAS |
Applications
| Service |
Local URL |
Cloud URL |
|
|
|
Documentation
|
URL |
| Cloud docs |
|
| Local docs |
|
Backup Schedule
| What |
Where backed up |
Schedule |
Retention |
|
|
|
|
Common Commands
Unraid (SSH)
# Check docker containers
docker ps
# Restart a container
docker restart <container_name>
# Check logs
docker logs <container_name>
# Check disk usage
df -h
Proxmox (SSH or Shell)
# List VMs
qm list
# Start a VM
qm start <VMID>
# Stop a VM
qm stop <VMID>
# Check storage
pvesm status
General Linux
# Check what's listening on ports
ss -tulpn
# Test connectivity
ping -c 4 <IP>
# Check service status
systemctl status <service>
# View logs
journalctl -u <service> -f
Credentials
DO NOT store passwords here.
All credentials are stored in:
Emergency Decision Tree
Something is broken — where to start:
- Can you reach this documentation? ✅ Good, you're in the right place
- Check Current State — is the affected service listed?
- Check Disaster Recovery for the relevant scenario
- If you can't fix it — check Common Issues for simple fixes
- Still stuck — contact Dan or post to r/homelab / r/unraid
Last Verified: