Artifactory Pro Production Guide
Info
Welcome! This is the comprehensive production-ready guide for installing, configuring, and managing JFrog Artifactory Pro on Ubuntu LTS (18.04–24.04), covering advanced cloud, on-prem, and HA setups with NGINX reverse proxy integration.
Contents:
- Cloud Deployment
- On-Prem Deployment
- Installation
- Uninstallation
- High Availability (HA) Setup
- NGINX Reverse Proxy
- Advanced Configuration
- Reference
Architecture Overview (Cloud & On-Prem HA)
flowchart TD
subgraph UserTier[End Users]
Users
end
Users -- HTTP/HTTPS --> NGINX[NGINX Reverse Proxy]
NGINX -- HTTP(S) --> Node1[Artifactory Pro Node 1]
NGINX -- HTTP(S) --> Node2[Artifactory Pro Node 2]
NGINX -- HTTP(S) --> NodeN[Artifactory Pro Node N]
Node1 -- SQL --> DB[(External PostgreSQL/MySQL/Oracle/SQL Server)]
Node2 -- SQL --> DB
NodeN -- SQL --> DB
Node1 -- FileOps --> Storage[(NFS/Cloud Object Storage)]
Node2 -- FileOps --> Storage
NodeN -- FileOps --> Storage
Storage -- back_up --> Backup[Backup System]
DB -- back_up --> Backup
Storage -- monitoring --> MonSys[Monitoring System]
Backup -- alerting --> MonSys
DB -- monitoring --> MonSys For installation, configuration, and uninstallation guides, see the next sections.