aapanel_power
Warning:
If you cannot access the panel,
release the following port (8888|888|80|443|20|21) in the security group
Time consumed: 0 Minute!
[05:09] [server1.bioskop2021.com ~] # C
[05:10] [server1.bioskop2021.com ~] # firewall-cmd --zone=public --list-ports
20/tcp 21/tcp 22/tcp 80/tcp 39000-40000/tcp 888/tcp 8888/tcp
[05:12] [server1.bioskop2021.com ~] # firewall-cmd --zone=public --add-port=8888/tcp --permanent
Warning: ALREADY_ENABLED: 8888:tcp
success
[05:12] [server1.bioskop2021.com ~] # firewall-cmd --zone=public --remove-port=8888/tcp --permanent
success
[05:12] [server1.bioskop2021.com ~] # firewall-cmd --reload