Skip to content

Instantly share code, notes, and snippets.

@alecs
Created March 29, 2023 11:05
Show Gist options
  • Save alecs/a9df14fd5d290207440b408ff17ab1a8 to your computer and use it in GitHub Desktop.
Save alecs/a9df14fd5d290207440b408ff17ab1a8 to your computer and use it in GitHub Desktop.
change-http-88-disable-ssl-ubiquiti-xm.sh
sed -i 's%httpd.port=.*%httpd.port=88%g;s%httpd.https.status=.*%httpd.https.status=disabled%g;' /tmp/system.cfg && cfgmtd -w -f /tmp/system.cfg && reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment