Add note about allowing firewall for access

This commit is contained in:
ronivay
2019-04-12 09:19:16 +03:00
parent 0a4b5887ca
commit 8f226ab94d
2 changed files with 2 additions and 2 deletions

View File

@@ -496,7 +496,7 @@ function InstallXO {
if [[ $(journalctl -u xo-server | sed -n 'H; /Starting XO Server/h; ${g;p;}' | grep "https\{0,1\}:\/\/\[::\]:$PORT") ]]; then
echo
echo "WebUI started in port $PORT"
echo "WebUI started in port $PORT. Make sure you have firewall rules in place to allow access."
echo "Default username: admin@admin.net password: admin"
echo
echo "Installation successful. Enabling xo-server to start on reboot"