Add a Developer Account to Your VPS with RDP Access (Limited Permissions)

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