Add Juris server page with SSH and Zabbix setup
1
Home.md
1
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
|
||||
|
||||
33
Juris.md
Normal file
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*.
|
||||
Reference in New Issue
Block a user