Skip to content

Instantly share code, notes, and snippets.

@phantomic12
Last active June 30, 2022 22:18
Show Gist options
  • Select an option

  • Save phantomic12/213239dd0fa3afec8982032774dfd64b to your computer and use it in GitHub Desktop.

Select an option

Save phantomic12/213239dd0fa3afec8982032774dfd64b to your computer and use it in GitHub Desktop.
Cockpit install and config
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