<div>Hi Jae,Eddie, </div><div>    I want to change the ikvm server port from 5900 to 5901 .</div><div>I try to modify the following source:</div><div>1. obmc-ikvm</div><div>--- a/ikvm_server.cpp    2019-09-03 05:47:42.060110145 +0800<br>+++ b/ikvm-server.cpp    2020-03-16 15:45:59.389571737 +0800<br>@@ -43,7 +43,7 @@<br>                                     (char*)cursorMask);<br>     server->cursor->xhot = 1;<br>     server->cursor->yhot = 1;<br>-<br>+    server -> port = 5901 ;<br>     rfbStringToAddr(&ip[0], &server->listenInterface);<br> <br>     rfbInitServer(server);<br>2. bmcweb</div><div>--- a/include/kvm_websocket.hpp    2019-12-19 18:11:38.838532037 +0800<br>+++ b/include/kvm_websocket.hpp    2020-03-17 11:07:09.814836005 +0800<br>@@ -20,7 +20,7 @@<br>         conn(conn), doingWrite(false), hostSocket(conn.get_io_context())<br>     {<br>         boost::asio::ip::tcp::endpoint endpoint(<br>-            boost::asio::ip::make_address("::1"), 5900);<br>+            boost::asio::ip::make_address("::1"), 5901);<br>         hostSocket.async_connect(<br>             endpoint, [this, &conn](const boost::system::error_code& ec) {<br>                 if (ec)<br></div><div>I can connect to ikvm by tightvnc on port 5901 . <br></div><div>But the webui kvm page don't work, the kvm page cannot connect to the ikvm server success.</div><div>How to  modify the webui ?<br></div><div>  Best,</div><div>Xiuzhi</div>