diff --git a/src/freedombone-utils-web b/src/freedombone-utils-web
index a3401c10ec389b5e296ad9a215b2ac69a792ee3d..a2faa5e6d13c80d9822fd4a1a32f169eb1325b24 100755
--- a/src/freedombone-utils-web
+++ b/src/freedombone-utils-web
@@ -1198,6 +1198,10 @@ function install_web_local_user_interface {
           echo '</html>'; } > "/var/www/${local_hostname}/htdocs/admin/index.html"
     fi
 
+    if [ -f "/root/${PROJECT_NAME}/img/logo.png" ]; then
+        cp "/root/${PROJECT_NAME}/img/logo.png" "/var/www/${local_hostname}/htdocs/admin"
+    fi
+
     nginx_file=/etc/nginx/sites-available/$local_hostname
     { echo 'server {';
       echo '  listen 80 default_server;';