I'm not sure why but changing file names (removed special characters) worked only if i do it manually it still doesn't load the browser automatically though..

Answer from DuckDuckGoose on Stack Overflow
🌐
GitHub
github.com › ritwickdey › vscode-live-server › issues › 54
Error on port 5500 · Issue #54 · ritwickdey/vscode-live-server
December 8, 2017 - I've only been using vs code for about a week now. Just when I've started to get used to it I'm getting a error on port '5500 please change in settings' alert when I attempt to use the live server extension.
Author   domjrobinson
Discussions

Visual Studio Code Live Server Not Working
Visual Studio Code Live Server Not Working [Solved] VSCode has a lot of great extensions, and Live Server is one of the best. With just a couple of clicks, Live Server lets you see your page live in an actual browser. Better yet, it features live reloading, so if you update your code, the changes ... More on forum.freecodecamp.org
🌐 forum.freecodecamp.org
0
3
May 22, 2020
Live-Server not working in Visual Studio Code port 5500 - Stack Overflow
I'm new to VS code and web developing altogether. I created a website a few hours ago and ran it with live server on VS code, and everything was fine. Now I'm trying to run another website but when... More on stackoverflow.com
🌐 stackoverflow.com
Error on port 5500. Please try to change the port through settings or report on GitHub.
I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report More on github.com
🌐 github.com
11
November 21, 2018
Where to set value of liveServer.settings.port in live server extension of visual studio code - Stack Overflow
I am working on Angular7 with visual studio code editor URL: http://localhost:4200 (Working fine) But, I installed extension Live Server and when I click on Liveserver icon its giving me the erro... More on stackoverflow.com
🌐 stackoverflow.com
🌐
Reddit
reddit.com › r/techsupport › live server extension in vs code is not opening any window, but the port is opened "port:5500"
r/techsupport on Reddit: Live server extension in VS code is not opening any window, but the port is opened "port:5500"
April 2, 2025 -

I decided to brush up my html after a month, I opened my folder, and wrote some html and saved the file, clicked on live server as usual, but it didn't open a window featuring the website.

What I have already done so far:

  1. Restarted both the pc and VS code.

  2. Reinstalled Live server extension on VS code.

  3. Made sure the default browser is chrome.

when I manually type in the localhost on any broswer, it does opens the folder which I am working with.

🌐
freeCodeCamp
forum.freecodecamp.org › t › visual-studio-code-live-server-not-working › 392813
Visual Studio Code Live Server Not Working - The freeCodeCamp Forum
May 22, 2020 - Visual Studio Code Live Server Not Working [Solved] VSCode has a lot of great extensions, and Live Server is one of the best. With just a couple of clicks, Live Server lets you see your page live in an actual browser. B…
🌐
Stack Overflow
stackoverflow.com › questions › 57246708 › live-server-not-working-in-visual-studio-code-port-5500
Live-Server not working in Visual Studio Code port 5500 - Stack Overflow
I've read about changing port 5500 but don't understand those instructions, when I go to the VS code settings, I find the option but can't find how to change the port... I uninstalled and installed the extension, and nothing. Any idea? Thanks! ... Yes. I kind of solved it. The problem was that my new project wasn't in the correct folder for vscode. ... Why not you're using live-server of npm, it's really amazing!
🌐
GitHub
github.com › ritwickdey › vscode-live-server › issues › 237
Error on port 5500. Please try to change the port through settings or report on GitHub. · Issue #237 · ritwickdey/vscode-live-server
November 21, 2018 - Please try to change the port through settings or report on GitHub.#237 · Copy link · BolajiAyodeji · opened · on Nov 21, 2018 · Issue body actions · [ ] Regression (a behavior that used to work and stopped working in a new release) [ ...
Author   BolajiAyodeji
Find elsewhere
🌐
GitHub
github.com › orgs › community › discussions › 178047
Live Server not opening in browser from VS Code · community · Discussion #178047
October 26, 2025 - Firewall/Antivirus Blocking: Sometimes, firewall or antivirus software can block the local server. Try temporarily disabling them or allowing VS Code through your firewall. Port Conflict: Port 5500 might be occupied.
🌐
YouTube
youtube.com › bir grewal
How to Fix Live Server in Visual Studio Code + Error on Port 5500 Solved - YouTube
Live Server - It's a very pleasent extension for all the web developers over there. It helps to open up your project in browser with in a click, and automati...
Published   August 23, 2021
Views   59K
🌐
GitHub
github.com › ritwickdey › vscode-live-server › issues › 579
Server is started at 5500 but failed to open in Browser Preview. Got Browser Preview extension installed? · Issue #579 · ritwickdey/vscode-live-server
October 4, 2019 - ritwickdey / vscode-live-server Public · Notifications · You must be signed in to change notification settings · Fork 1.8k · Star 6.8k · New issueCopy link · New issueCopy link · Closed · Closed · Server is started at 5500 but failed to open in Browser Preview. Got Browser Preview extension installed?#579 · Copy link · patelrohan750 · opened · on Oct 4, 2019 · Issue body actions · [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting --> [ ] Feature request [ ] Docum
Author   patelrohan750
🌐
YouTube
youtube.com › bir grewal
Fix: Server is Started at Port 5500 Live Server - YouTube
If you are the one who’s getting Server is started at 5500 but failed to open in Browser Preview error, shortly after trying to run the Live Server, then thi...
Published   August 26, 2021
Views   30K
🌐
Lightrun
lightrun.com › answers › ritwickdey-vscode-live-server-error-on-port-5500-please-try-to-change-the-port-through-settings-or-report-on-github
Error on port 5500. Please try to change the port through settings or report on GitHub.
January 11, 2023 - I resolved by removing the “” liveServer.settings.useBrowserPreview “: true, configuration from the Live Server configuration file. ... { “liveServer.settings.CustomBrowser”: “chrome”, “liveServer.settings.donotVerifyTags”: true, “liveServer.settings.port”: 0, “liveServer.settings.multiRootWorkspaceName”: “”, “liveServer.settings.useBrowserPreview”: true, “liveServer.settings.fullReload”: true, “liveServer.settings.useLocalIp”: true }
🌐
Brainy Techz
brainytechz.com › home › solutions › [fix] server is started at port 5500 live server
[Fix] Server is Started at Port 5500 Live Server
October 4, 2022 - If your Live Server don't opens ... link manually in browser: http://127.0.0.1:5500/<filesname>. Here, change the <filesname> to your prefered file location....
🌐
Ritwick Dey
ritwickdey.github.io › vscode-live-server › docs › settings.html
Settings | Live Server | VSCode Extension
If you want random port number, set it as 0. Default value is 5500. liveServer.settings.root: To change root of server in between workspace folder structure, use / and absolute path from workspace. Example: /sub_folder1/sub_folder2. Now sub_folder2 will be root of the server. Default value is “/”.(The Workspace Root). liveServer.settings.CustomBrowser: To change your system’s default browser. Default value is "Null" [String, not null]. (It will open your system’s default browser.)
🌐
Stack Overflow
stackoverflow.com › questions › 73081296 › live-server-extension-gets-stuck-iterating-through-port-values-every-time-i-ope
liveserver - Live Server Extension gets stuck iterating through port values every time I "Open with live server" from my html file - Stack Overflow
My file name is index.html I have tried running the command and manually entering http://127.0.0.1:5500/index.html into the browser this also does not work. I get a refused to connect message. I have ensured I have a default browser set. I have tried just about everything. As soon as I select "Open with live server" VS Code starts processing the request, I navigate to settings.json where the extensions settings reside. All I have in my settings.json is · "liveserver.settings.port": 5500 ·
🌐
GitHub
github.com › ritwickdey › vscode-live-server › issues › 1717
server is started at port 5500 but failed to open browser. try to change the custom browser........ Is there any solution for this error · Issue #1717 · ritwickdey/vscode-live-server
Browser: - [ ] Chrome (desktop) version XX - [ ] Firefox version XX - [ ] Safari (desktop) version XX - [ ] IE version XX - [ ] Edge version XX For Tooling issues: - Live Server: <!-- Check which version is installed --> - Platform: <!-- Mac, Linux, Windows --> - Visual Studio Code: <!-- `code --version` --> The text was updated successfully, but these errors were encountered: ... server is started at port 5500 but failed to open browser.
Author   ritwickdey
🌐
freeCodeCamp
forum.freecodecamp.org › t › my-vs-code-cant-open-with-live-server › 443803
My VS Code Can't Open with Live Server - The freeCodeCamp Forum
February 1, 2021 - My VS Code was saying “error: port 5500” at the bottom (that was before the Live Version icon disappeared because I clicked on it – I also don’t know how to get that icon to return). I used this article to set my default browser to Chrome. Visual Studio Code Live Server Not Working My live ...
🌐
YouTube
youtube.com › education analysist
how to solve Server is started at 5500 but failed to open in Browser Preview | live Server. - YouTube
AboutPressCopyrightContact usCreatorsAdvertiseDevelopersTermsPrivacyPolicy & SafetyHow YouTube worksTest new features · © 2025 Google LLC
Published   January 12, 2022
Views   15K
🌐
GitHub
github.com › ritwickdey › vscode-live-server › issues › 3083
port : 5500 · Issue #3083 · ritwickdey/vscode-live-server
Type: Feature Request live server not working Extension version: 5.7.9 VS Code version: Code 1.97.2 (e54c774e0add60467559eb0d1e229c6452cf8447, 2025-02-12T23:20:35.343Z) OS version: Windows_NT x64 1...