Last active
June 30, 2022 22:18
-
-
Save phantomic12/213239dd0fa3afec8982032774dfd64b to your computer and use it in GitHub Desktop.
Cockpit install and config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt update | |
| sudo apt install cockpit firewalld -y | |
| sudo systemctl start cockpit | |
| sudo ufw allow 9090/tcp | |
| sudo firewall-cmd --permanent --zone=public --add-port=25565/tcp | |
| sudo firewall-cmd --permanent --zone=public --add-port=9090/tcp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment