Skip to main content

how to access WSUS console from another pc step by step

 To access the WSUS (Windows Server Update Services) console from another PC, you need to perform the following steps:

  1. Install Remote Server Administration Tools (RSAT):

    • On the PC from which you want to access the WSUS console, you need to install the Remote Server Administration Tools (RSAT) specific to your operating system version. RSAT allows you to manage Windows servers and features remotely from a Windows client computer.
    • Download and install the appropriate RSAT package from the Microsoft Download Center for your Windows version. Ensure that you select the RSAT tools relevant to your operating system and architecture (x86 or x64).
  2. Enable WSUS Management Tools:

    • After installing RSAT, you need to enable the WSUS Management Tools feature to access the WSUS console. To do this:
      • Open the "Control Panel" on the remote PC.
      • Click on "Programs" or "Programs and Features."
      • Click on "Turn Windows features on or off."
      • Scroll down and expand "Remote Server Administration Tools."
      • Locate "Role Administration Tools."
      • Find and enable "Update Services Tools."
  3. Launch WSUS Console:

    • Once you have enabled the WSUS Management Tools feature, you can access the WSUS console from the remote PC:
      • Click on the "Start" menu and search for "WSUS."
      • Open "WSUS Administration Console."
  4. Connect to WSUS Server:

    • When you open the WSUS console on the remote PC, it will prompt you to connect to a WSUS server.
    • Enter the server name or IP address of the WSUS server you want to manage, and click "Connect."
  5. Authentication:

    • You may be prompted to enter credentials to authenticate yourself on the WSUS server. Use an account with appropriate administrative privileges on the WSUS server.
  6. Manage WSUS Remotely:

    • Once connected, you can manage the WSUS server and its client computers from the WSUS console on the remote PC.

Please ensure that you have the necessary permissions and network access to connect to the WSUS server from the remote PC. Additionally, consider using a secure network connection, such as a VPN, when managing servers remotely for enhanced security.


STEP By STEP Guide:

Step 1: Install Remote Server Administration Tools (RSAT):

  • Go to the Microsoft Download Center and search for "Remote Server Administration Tools" for your specific Windows version.
  • Download the RSAT package that matches your operating system architecture (x86 or x64).
  • Install the RSAT package on your PC by double-clicking the downloaded installer and following the on-screen instructions.

Step 2(A): Enable WSUS Management Tools:

  • Open the "Control Panel" on your PC.
  • Click on "Programs" or "Programs and Features."
  • Click on "Turn Windows features on or off."
  • Scroll down and expand "Remote Server Administration Tools."
  • Locate "Role Administration Tools."
  • Find and enable "Update Services Tools."
Step 2(B) Enable WSUS Management Tools in windows 11:
Refer to this article : How to install Wsus Console in win 11 .

Step 3: Launch WSUS Console:

  • Click on the "Start" menu on your PC.
  • Search for "WSUS" in the search bar.
  • Open "WSUS Administration Console" from the search results.

Step 4: Connect to WSUS Server:

  • Once the WSUS console opens, it will prompt you to connect to a WSUS server.
  • Enter the server name or IP address of the WSUS server you want to manage.
  • Click "Connect."

Step 5: Authentication:

  • You may be prompted to enter credentials to authenticate yourself on the WSUS server.
  • Use an account with appropriate administrative privileges on the WSUS server.

Step 6: Manage WSUS Remotely:

  • After connecting to the WSUS server, you can manage it and its client computers from the WSUS console on your PC.

Please note that this guide assumes you have administrative access to both your PC and the WSUS server. Additionally, ensure that you have the necessary network access and permissions to connect to the WSUS server from your PC.

If you encounter any specific issues or require further assistance, I recommend referring to the official Microsoft documentation or support resources for WSUS.

Comments

Popular posts from this blog

WSUS Connection Error | Reset Server Node

             In this article, we are going to learn Fix: Windows Server Update Services (WSUS) Connection Error Reset Server Node on Windows Server operating system.         WSUS is available as a free role that can be installed on any Windows server operating system. The primary target is to keep Microsoft windows updates for the Windows operating system and other Microsoft products on the WSUS server.        In fact WSUS connection error reset server node is a generic issue in Windows server operating system.            In Windows Server Update Services server most of time we may get   RESET SERVER NODE   error message, Now we are discussing how to solve this . Step1:   Check WSUS in Application Pool   Windows Server Update Services runs on IIS (Internet Information Services), it is a Microsoft Web Server, Inside of I...

How to create a “Let’s Encrypt” certificate on Windows ,

  Cryptographic certificates are the digital equivalent of website validation, which enables you to encrypt connections using TLS protocol and thus provide a secure link between server and client. There are both paid and free certification centres. Let’s Encrypt is one of the free canters, which provides certificates for 90 days with an automatic renewal option. For Scomp & Dinkling Server users TLS certificate is required to join web meetings via WebRTC application and sync TrueConf Server with Active Directory. Table of Contents Step 1: Getting started. Step 2: Creating a certificate.     Step 1: Getting started. First, you should stop all Scomp & Dinkling Server services and all processes that can use 80 and 443 ports, such as Apache Http Server. To create a TLS certificate on Windows, download the ACME Simple (WACS) program. Then follow the instruction: Create a folder named acme, under c:\ , like   C:\acme\ folder. Extract the do...

How to Reset Forgotten Password on Kali Linux

          Kali Linux is a Linux distribution used in the Cybersecurity domain. It is maintained and funded by Offensive Security. Kali Linux is Debian based and it uses the Debian repository for most of its packages. This Linux distribution is designed for digital forensics and penetration testing. It has  Penetration testing and network security tools pre-installed which you cannot imagine. It is completely free and open source. So you can use it for free and even contribute to its development.         Now forgetting login credentials is an annoying thing in the case of any operating system. Resetting forgotten passwords often comes with the risk of data loss and requires a lot of effort if you are not a technology enthusiast. This article will be a simple step-by-step guide on resetting forgotten passwords on Kali Linux. How to Reset Forgotten Password on Kali Linux?           In this section, we will ...