Need to give a developer access to your Windows VPS? This guide shows how to add a secondary user with RDP access and no admin rights, using only the built-in Windows interface (no command line).
π₯οΈ Step 1: Log into Your VPS (as Administrator)
- Open Remote Desktop Connection on your PC (
mstsc
) - Enter your VPS IP and login as Administrator
π€ Step 2: Create a New User Account
- Click Start, type
lusrmgr.msc
and press Enter
(This opens Local Users and Groups) - In the Users folder, right-click > New User...
- Fill out:
- Username: (e.g.
devuser
) - Password: something secure
- β Tick Password never expires
- β Untick User must change password at next logon
- Username: (e.g.
- Click Create > Close
π₯ Step 3: Allow the New User to Connect via RDP
Adding them to the "Remote Desktop Users" group isn't enough on its own. You must also approve them in RDP settings:
- Click Start, type
Remote Desktop settings
and open it - Scroll down and click "Select users that can remotely access this PC"
- In the pop-up, click Addβ¦
- Type the username you just created (e.g.
devuser
) - Click OK to confirm
β
Now theyβre allowed to log in via RDP
β Still no admin rights β completely safe for developers
π Step 4: (Optional) Restrict Their Permissions
π§ Limit Folder Access:
- Right-click any sensitive folder > Properties
- Go to Security > Edit
- Add
devuser
and set:- β Deny access
- β Or allow only Read permissions
βοΈ Lock Down System Settings (Optional Advanced):
If needed, go to gpedit.msc
>
User Configuration > Administrative Templates
From there, you can:
- Block access to Control Panel
- Disable Task Manager
- Prevent running CMD or PowerShell
- Hide specific drives or folders
π§ͺ Step 5: Test It
On a separate PC:
- Open Remote Desktop Connection
- Enter your VPS IP
- Log in using:
- Username:
.\devuser
- Password: (you set it earlier)
- Username:
β
They should log in successfully
β No ability to install apps, change system settings, or access admin tools
π How to Remove Access Later
- Open
lusrmgr.msc
- Right-click the user > choose Delete or Disable
π§° Need Help?
We're here to support you.
π https://htnetwork.one/contact-us