diff --git a/apps/remix-ide/src/app/files/remixd-handle.js b/apps/remix-ide/src/app/files/remixd-handle.js
index dbf20511d3..e9995cbfd2 100644
--- a/apps/remix-ide/src/app/files/remixd-handle.js
+++ b/apps/remix-ide/src/app/files/remixd-handle.js
@@ -142,9 +142,9 @@ function remixdDialog () {
${commandText}
${copyToClipboard(() => commandText)}
-
On successful connection, a session will be started between
${window.location.origin} and your local file system at
ws://127.0.0.1:65520
- and files will be loaded under localhost workspace in the File Explorers.
-
Please note, if shared folder is a hardhat project, an additional hardhat websocket plugin will be listening at
ws://127.0.0.1:65522
+
When connected, a session will be started between ${window.location.origin} and your local file system at ws://127.0.0.1:65520
+ and the shared folder will be in the File Explorers workspace named "localhost".
+
Note, if the shared folder is a Hardhat project, an additional Hardhat websocket plugin will be listening at ws://127.0.0.1:65522
Please make sure your system is secured enough and ports 65520, 65522 are not opened nor forwarded.
This feature is still in Alpha, so we recommend to keep a copy of the shared folder.