diff --git a/server/blink1-tiny-server.c b/server/blink1-tiny-server.c
index bce18feba01fa0aaa7aaa63f36c88e3f9d17cc14..493d99291f3c7237f25b9b10b6c678bee6a863c2 100644
--- a/server/blink1-tiny-server.c
+++ b/server/blink1-tiny-server.c
@@ -42,7 +42,7 @@ static bool show_html = true;
 static bool enable_logging = false;
 
 static char http_listen_host[120] = "localhost"; // or 0.0.0.0 for any
-static int http_listen_port = 8000;
+static int http_listen_port = 8934;  // was 8000
 static char http_listen_url[100]; // will be "http://localhost:8000"
 
 typedef struct cache_info_ {