diff --git a/scripts/install.sh b/scripts/install.sh index 6712e2de2..5d86b9041 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -491,6 +491,8 @@ echo -e "\033[0;35m |___/ \033[0m" echo -e "\nYour instance is ready to use." -echo -e "Please visit http://$(curl -4s https://ifconfig.io):8000 to get started.\n" -echo -e "WARNING: We recommend you to backup your /data/coolify/source/.env file to a safe location, outside of this server." +echo -e "You can access Coolify through:" +echo -e "- Public IP: http://$(curl -4s https://ifconfig.io):8000" +echo -e "- Private IP: http://$(hostname -I | awk '{print $1}'):8000\n" +echo -e "WARNING: It is highly recommended to backup your Environment variables file (/data/coolify/source/.env) to a safe location, outside of this server (e.g. into a Password Manager).\n" cp /data/coolify/source/.env /data/coolify/source/.env.backup