About 50 results
Open links in new tab
  1. How do I determine if a port is open on a Windows server?

    Aug 3, 2019 · I'm trying to install a site under an alternative port on a server, but the port may be closed by a firewall. Is there a way to ping out or in, on a specific port, to see if it is open?

  2. How to list open ports and application using them in Windows?

    Jan 12, 2016 · I have trouble identifying the application using port 25 on my Windows 10 system. Any useful hints to list used ports and using applications without 3rd-party applications?

  3. Command line for looking at specific port - Stack Overflow

    Aug 17, 2012 · Is there a way to examine the status of a specific port from the Windows command line? I know I can use netstat to examine all ports but netstat is slow and looking at a specific port …

  4. How do I find out which process is listening on a TCP or UDP port on ...

    Yes, but it is tagged with "Windows". The title is "How do I find out which process is listening on a TCP or UDP port on Windows?"

  5. How to find open port on specific IP address in Windows 10?

    Apr 18, 2023 · The program netstat is for displaying open and connected ports and sockets on local machine. To scan and get open ports on remote machine you can use nmap. The command is …

  6. windows - Check status of one port on remote host - Stack Overflow

    This is for a batch file on Windows that will check the status of the remote port then run a command that uses that remote port for information, then the remote port check command again, then the …

  7. Windows Command to check if a remote server port is opened?

    Feb 3, 2016 · 1 I have two Windows Servers.. Server A and Server B. There is a service configured on Server A to listen on port P. Is there a way to check if the port is opened in Windows Server B …

  8. How to list all processes/services running on different ports

    Jan 6, 2020 · Is there a command that lists all the services that are running on different ports of localhost? In my case, when I'm working on an Angular app, I may run it on localhost:4200, a React …

  9. WSL-2: Which ports are automatically forwarded?

    Oct 24, 2020 · So: You can connect to ports running in WSL via localhost on your machine with no configuration. But there seem to be ports that do not automatically work, avoid them. If you want to …

  10. How to check Port 1433 is working for Sql Server or not?

    Aug 31, 2016 · How can I check whether port 1433 is open for Sql Server or not? I have set in bound and out bound rules, checked in SQL config manager but not sure whether it is working.