Adding Users to Your Windows VPS
This guide shows you how to create additional user accounts on your Windows VPS, allowing team members or clients to access the server with their own credentials.Step 1: Open Computer Management

Step 2: Create the New User
Fill in User Details
Enter the following information:
- Username - The login name (no spaces recommended)
- Full name - Display name (optional)
- Password - A strong password
- Confirm password - Re-enter the password
Set Password Options
Check the following option:
- ✅ Password never expires (recommended for VPS to avoid lockouts)
- ❌ User must change password at next logon
Step 3: Assign User Permissions
The groups you add determine what the user can do on the server.Access Levels
- Full Admin Access
- Limited Access
For users who need complete control over the server.Add these groups:
Administrators- Full system accessRemote Desktop Users- Allows RDP login
Step 4: Share Login Information
Provide the new user with:| Information | Example |
|---|---|
| Server IP | 123.45.67.89 |
| Username | newuser |
| Password | (the password you created) |
- Open Remote Desktop Connection on their computer
- Enter the server IP
- Click Connect
- Enter their username and password
- Click OK
Important Notes for VPS Environments
Fresh User Profile
Shared vs Per-User Applications
Apps Installed for 'All Users'
Apps Installed for 'All Users'
These will appear for the new user automatically:
- Most programs from Program Files
- System utilities
Per-User Data (Not Shared)
Per-User Data (Not Shared)
Limited User Restrictions
If you keep users out of theAdministrators group, they cannot:
- ❌ Close your game server console windows
- ❌ Manage system services
- ❌ Access SQL Server (unless given specific permissions)
- ❌ Install software system-wide
- ❌ Modify firewall rules
Optional: Copy Files from Admin Profile
If the new user needs access to Desktop icons, project folders, or config files from the admin account:Some config files contain absolute paths. After copying, the user may need to update paths in configuration files to point to their own user folder.
Troubleshooting
User can't connect via RDP
User can't connect via RDP
Make sure the user is in the Remote Desktop Users group. Also verify the Windows Firewall allows RDP (port 3389).
User can't see installed programs
User can't see installed programs
Programs installed only for the admin account won’t appear for other users. Reinstall the program and select “Install for all users” if available.
User gets 'Access Denied' errors
User gets 'Access Denied' errors
The user likely doesn’t have permission to that folder or resource. Either add them to the Administrators group or grant specific folder permissions.
Too many users logged in
Too many users logged in
Windows Server allows 2 concurrent RDP sessions by default. If you need more, you’ll need RDS CALs (Remote Desktop Services Client Access Licenses).
