How to Install RSAT on Windows 11
RSAT (Remote Server Administration Tools) lets you manage servers and network computers directly from your Windows 11 desktop. This collection of tools brings server controls straight to your local workstation so you can handle tasks like setting up user accounts or checking network health without walking over to the server room.
You need Windows 11 Pro, Enterprise, or Education to install these tools, as Windows 11 Home does not support them.
Open Windows Settings , navigate to Apps Optional Features, then click “Add an optional feature.” Search for “RSAT,” select the tools you need, and click Install to remotely manage Windows servers.
Step 1Open Windows Settings
The process starts by opening the Windows Settings app.
- Press the Windows key + I on your keyboard or
- Click the Start button, then click Settings.
The interface appears as follows:

Step 2Go to Apps > Optional Features
Click Apps in the left-hand menu within the Settings window.
- Click on Apps on the left menu.
- Then click on Optional Features on the right side.

Step 3Add RSAT Feature
Click Add an optional feature (sometimes shown as View features).

Step 4Search for RSAT
Type RSAT into the search box to reveal the available administration packages.

Step 5Choose and Install RSAT Tools
Select only the specific management tools needed from the list. Click Next, followed by Install, to let Windows add the packages to your system.

Allow a few moments for the installation to finish. Remote server management becomes available immediately afterward.
Summary
- RSAT helps you manage Windows servers from your own PC.
- Windows 11 makes it easy to add RSAT using the Settings app.
- Just search for RSAT in Optional Features and install what you need.
- After installation, RSAT tools will be ready to use for remote server management.
In summary, RSAT brings complete server management directly to a Windows 11 desktop. Finding these utilities inside the Settings app takes only a quick search through Optional Features. Server administration tools remain accessible immediately following installation.
Is rsat command line only?
Windows PowerShell provides an alternative installation route for administrators preferring a command-line interface. Open PowerShell by typing 'PowerShell' in the Start menu, then right-click the result and select 'Run as administrator'.
What is the command to install all RSAT tools?
Run this command to deploy the entire suite: Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability –Online. Manage Optional Features will display the installed components once the deployment finishes.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!