Episode
Course 32 - Checkpoint CCSA R80 | Episode 12: Managing Processes, Web Ports, and System Backups
- Podcast
- CyberCode Academy
- Published
- May 12, 2026
- Duration seconds
- 1331
- Processing state
not_requested
Actions
POST https://stenobird.com/v1/public/podcasts/cybercode-academy-7578615/episodes/course-32-checkpoint-ccsa-r80-episode-12-managing-processes-web-ports-and-system-backups/transcription-requests
Idempotently request low-priority transcript generation for this episode.GET https://stenobird.com/podcast/cybercode-academy-7578615/course-32-checkpoint-ccsa-r80-episode-12-managing-processes-web-ports-and-system-backups.md
Read the agent-friendly Markdown representation of this episode resource.
Summary
In this lesson, you’ll learn about: Check Point R80 services, WebUI access control, and system backup management1. Core Check Point ProcessesIn Check Point R80, the management server depends on several critical background services.🔹 Key Daemons CPM Main management service Handles SmartConsole operations FWM Manages communication with SmartConsole Directly affects administrator connectivity CPD Generic system daemon Supports multiple internal services 🔹 Process Monitoring Tool cpwd_admin list 👉 Shows all running Check Point processes🔹 Critical Insight If FWM stops: SmartConsole disconnects immediately Admin cannot manage policies 2. Web UI Access and SSL Port Management Gaia Web Interface uses HTTPS by default (port 443) 🔹 Viewing Current Port show web ssl-port 🔹 Changing the Port set web ssl-port Example: 6783 (custom secure port) 🔹 Why Change It? Bypass: Firewall restrictions Network filters blocking 443 👉 Ensures continued admin access in restricted networks3. Gaia System Backups Backups are essential for recovery and rollback 🔹 Backup Methods Web UI backup CLI backup 🔹 CLI Command add backup local 🔹 Scheduling Backups Daily backups Weekly backups 🔹 Verification Commands show backup status 🔹 What You Can See Backup success/failure Stored backup files list 4. System Recovery ValueBackups allow you to restore: Firewall policies Network configuration System settings Management database Key Takeaways R80 depends on core services like CPM, FWM, and CPD Stopping FWM breaks SmartConsole connectivity WebUI port can be customized for accessibility CLI provides full control over system access and backup Regular backups are critical for disaster recovery Big PictureWith Check Point R80, you now understand: Internal architecture of management services How web access is controlle…