diff --git a/Home.md b/Home.md index 32c00a0..78e010f 100644 --- a/Home.md +++ b/Home.md @@ -14,6 +14,7 @@ - [[Home-Assistant]] — KVM virtual machine - [[3X-UI]] — VPN proxy - [[Zabbix]] — Monitoring (Zabbix 7.4, PostgreSQL, Apache) +- [[Juris]] — Remote server (83.99.190.32) - [[Adolf]] — Persistent AI assistant (Telegram, GPU, memory) ## Quick Start diff --git a/Juris.md b/Juris.md new file mode 100644 index 0000000..c949f0f --- /dev/null +++ b/Juris.md @@ -0,0 +1,33 @@ +# Juris Server + +Remote server monitored via Zabbix. + +## Access + +| | | +|-|-| +| IP | `83.99.190.32` | +| User | `juris` | +| SSH | `ssh juris@83.99.190.32` | + +## SSH Key Setup + +To allow passwordless SSH access from Agap: + +```bash +ssh-copy-id juris@83.99.190.32 +``` + +## Zabbix Monitoring + +Agent: `zabbix-agent2` running in active mode — connects outbound to `zb.alogins.net:10051`. +No inbound ports required on the Juris server. + +Config: `/etc/zabbix/zabbix_agent2.conf` + +```ini +ServerActive=zb.alogins.net +Hostname=juris +``` + +Zabbix host: **Juris Server** (hostid 10781), template: *Linux by Zabbix agent active*.