Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

490
Views
I have a server running at LocalHost:3000 and I cant turn it off

I have a project I'm working on with my friend and the local server is running at LocalHost:3000 . The problem is I have a webpage running (I think it could be a live server to view what I've coded) I can't figure out how to turn it off. I know where the source files are and I went to the command prompt (I'm running on windows) and directed it into my project folder. I tried Ctrl-c and y and nothing happened. I also tried running the server with npm install and then npm start but nothing happened because I don't have a JSON file in my project folder. (I don't know how to code JSON)

about 4 years ago · Juan Pablo Isaza
3 answers
Answer question

0

It is the ongoing port listening issue. in this case, you can press ctrl+c to stop the process, and if it's not stopping you can close all the terminals and reopen, also if you are working with Node based environment, go through the following steps.

For Linux/Mac OS search (sudo) run this in the terminal: $ lsof -i tcp:3000 $ kill -9 PID

On Windows: $ netstat -ano | findstr :3000 tskill typeyourPIDhere

change tskill for taskkill in git bash

about 4 years ago · Juan Pablo Isaza Report

0

Try going to the terminal and doing Ctrl + C If you don't have access to the terminal, if you just close the IDE where it was hosted, it should stop.

about 4 years ago · Juan Pablo Isaza Report

0

Assuming you are working from a linux/unix environment, you can run ps -ax from your terminal to see a list of all the running processes. From there, find your server, get the process ID and run kill ${pid} to kill the process.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!