Add Juris server page with SSH and Zabbix setup

2026-03-08 06:33:56 +00:00
parent dbc9835d2b
commit 458699f31b
2 changed files with 34 additions and 0 deletions

@@ -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

33
Juris.md Normal file

@@ -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*.