Basic Configuration tasks in Windows Server 2019
Table of Contents
Introduction
This tutorial provides a step-by-step guide to performing essential configuration tasks in Windows Server 2019 following a clean installation. These tasks are crucial for setting up a server in a production environment, ensuring optimal functionality and security.
Step 1: Assign Static IP Address
To ensure your server has a fixed address on the network, follow these steps:
- Open the Server Manager from the Start menu.
- Click on Local Server.
- Find the Ethernet option and click on it to open the network settings.
- In the Network Connections window, right-click on your active network connection and select Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) and click on Properties.
- Choose the option for Use the following IP address and fill in the following details:
- IP address: (e.g., 192.168.1.100)
- Subnet mask: (e.g., 255.255.255.0)
- Default gateway: (e.g., 192.168.1.1)
- Fill in the Preferred DNS server and Alternate DNS server if needed, and click OK.
- Close the remaining windows and restart the server if prompted.
Step 2: Check for System Updates
Keeping your server updated is vital for security and performance. Here's how to check for updates:
- Open Settings from the Start menu.
- Select Update & Security.
- Click on Windows Update from the left pane.
- Click on Check for updates.
- Install any available updates and restart your server when necessary.
Step 3: Change Time Zone
Setting the correct time zone helps in maintaining accurate logs and scheduled tasks. Follow these steps:
- Right-click on the time in the taskbar and select Adjust date/time.
- In the Date & time settings, toggle off the option for Set time zone automatically.
- Click on the Time zone drop-down menu and select your correct time zone.
- Close the settings window.
Step 4: Enable Remote Desktop
Allowing remote access is essential for managing your server efficiently. Here's how to enable it:
- Open the Server Manager.
- Click on Local Server.
- Find the Remote Desktop option and click on it.
- In the System Properties window, select Allow remote connections to this computer.
- Optionally, click on Select Users to specify which users can connect remotely.
- Click OK and then close the properties window.
Step 5: Rename Server
Renaming your server can help in organization and identification. Follow these steps:
- Open the Server Manager.
- Click on Local Server.
- Next to Computer Name, click on the current name.
- In the System Properties window, click on Change.
- Enter the new server name and click OK.
- Restart the server to apply the changes.
Conclusion
By completing these basic configuration tasks, your Windows Server 2019 is now better prepared for a production environment. Remember to regularly check for updates and maintain strong security practices. For further configurations and advanced setups, consider exploring additional resources or guides.