COC3 | SETTING UP COMPUTER SERVERS TESDA - TAGALOG
3 min read
3 months ago
Published on Nov 18, 2025
This response is partially generated with the help of AI. It may contain inaccuracies.
Table of Contents
Introduction
This tutorial will guide you through the process of setting up computer servers, specifically focusing on Windows Server 2012. By following these steps, you will learn how to configure a local server, manage Active Directory, set up DHCP, and implement remote desktop connections. This knowledge is essential for IT professionals and anyone interested in computer system servicing.
Step 1: Set Up a Static IP Address
- Open your network settings.
- Locate the network connection you wish to configure.
- Set a static IP address within your network range.
- Example:
- IP Address: 192.168.1.10
- Subnet Mask: 255.255.255.0
- Default Gateway: 192.168.1.1
- Preferred DNS Server: 192.168.1.1
Step 2: Configure the Local Server
- Install Windows Server 2012 if not already installed.
- Ensure the server is updated with the latest patches.
- Check that your server has a reliable power source and backup.
Step 3: Add Roles and Features
- Open the Server Manager.
- Click on "Add Roles and Features."
- Follow the wizard to select the roles you need, such as:
- Active Directory Domain Services
- DHCP Server
- Complete the installation and restart if necessary.
Step 4: Perform Post Deployment Configuration
- After adding roles, configure each role as needed.
- For Active Directory, create a new domain if necessary.
- Set up your organizational structure within Active Directory.
Step 5: Manage Active Directory and Users
- Access Active Directory Users and Computers.
- Create user accounts and groups as per your organization’s needs.
- Assign appropriate permissions and roles to users.
Step 6: Set Up DHCP
- Open the DHCP management console.
- Create a new scope for your DHCP settings.
- Configure the following:
- IP range (e.g., 192.168.1.20 to 192.168.1.100)
- Lease duration
- Activate the scope to allow clients to receive IP addresses.
Step 7: Implement Group Policy Management
- Open Group Policy Management from the Server Manager.
- Create or edit group policies to manage user settings.
- Configure folder redirection for user profiles:
- Navigate to User Configuration > Policies > Windows Settings > Folder Redirection.
- Set the target folder for redirection.
Step 8: Configure Remote Desktop
- Enable Remote Desktop on the server:
- Right-click on 'This PC' > Properties > Remote settings.
- Allow remote connections.
- Add users to the Remote Desktop Users group.
Step 9: Adjust Advanced Sharing Settings
- Right-click on the folder you want to share.
- Go to Properties > Sharing > Advanced Sharing.
- Check "Share this folder" and set permissions for users or groups.
Step 10: Change System Settings on Client PCs
- Go to System Properties on the client computer.
- Change the computer name to match your domain settings.
- Join the domain configured on the server.
Step 11: Connect to Remote Desktop
- On client PCs, open the Remote Desktop Connection application.
- Enter the server’s IP address and connect.
- Log in using user credentials previously set up.
Step 12: Configure DNS Settings
- Open DNS Manager from the Server Manager.
- Create a new zone for your domain if necessary.
- Ensure that DNS records are correctly pointing to your server IP.
Conclusion
By following these steps, you should have a functioning Windows Server environment with key services like Active Directory, DHCP, and Remote Desktop configured. Remember to regularly back up your server and keep it updated. For further exploration, consider learning about additional roles and features that can enhance your server's capabilities.