diff --git a/run/network.sh b/run/network.sh
index c608315..28c56b9 100644
--- a/run/network.sh
+++ b/run/network.sh
@@ -229,7 +229,8 @@ else
configureDHCP
# Display the received IP on port 5000
- HTML="DSM is using another IP address.
(Check the logfile to see which one was assigned.)"
+ HTML="DSM is using another IP address.
(Check the Docker logfile to see which one was assigned,
or download\
+ Synology Assistant.)"
pkill -f server.sh || true
/run/server.sh 80 "${HTML}" > /dev/null &