Artifactory Pro On-Premises Deployment Guide
Information
On-premises deployment grants you full control over networking, storage, and security policies, making it suitable for highly regulated environments.
Hardware Recommendations
- CPU: 4–8+ cores
- Memory: 8–32 GB RAM
- Disk: SSD, >=200GB (expand for growing artifacts)
- Network: 1 Gbps, low-latency
OS Preparation
Install Ubuntu LTS (18.04, 20.04, 22.04, 24.04). Harden OS using standard security guides, apply all updates.
Network & Firewalls
- Open only required ports (80, 443, 8081, 8082, custom)
- DMZ deployment if exposed to public networks
Database Options
- Recommended: Dedicated PostgreSQL/MySQL/MSSQL/Oracle server on isolated or clustered VMs
Storage for Filestore
- Use enterprise NFS or distributed file system for filestore shared among HA nodes
- Regular, automated backups essential
Information
Disaster recovery: Ensure daily backups of both database and filestore; test restore periodically!
See ha-setup.md for advanced clustering details.