Ubuntu

Jamf Pro Installation and Configuration Guide for Linux 11.23.0

Solution
Application
Content Type
Technical Documentation
Utilities & Services
version
11.23.0
ft:locale
en-US
vrm_version
11.23.0
Requirements

The firewall is not enabled by default in Ubuntu. However, it is highly recommended that you enable and configure the firewall on any production systems.

  1. Check to see if the firewall is running by executing the following command:
    sudo ufw status
  2. If the firewall is not running, enable it by executing the following command:
    sudo ufw enable
  3. Edit the firewall configuration to allow access to port 8443 by executing the following commands:
    sudo ufw allow 8443/tcp
    sudo ufw reload

For more information, see Firewalls in the Ubuntu Server Guide.