


Accessing Plex Media Server on Rocky Linux 9 You can do it by running the following commands: sudo firewall-cmd -add-service=plex -zone=public -permanent Now we configure the firewall to allow Plex media server specific ports. Once the installation is completed, start the Plex media service and enable it to start after the system reboot with the following command: sudo systemctl enable plexmediaserver

