Configuring Windows 2008 R2: use Server Roles on not?

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
Patriot
A regular
A regular
Posts: 40
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Jan 15, 2012 12:10 pm

Configuring Windows 2008 R2: use Server Roles on not?

Post by Patriot »

Hello,

When configuring a Win 2008 R2 installation on a 3-core VDS to host Source-based game servers, should one or more server roles (e.g. Application Server)) be added through the sever manager or should I leave the OS in its native state and just setup the srcds.exe servers? Are there any roles and associated services that would help optimize the server's performance?

Some software, such as .net Framework, it appears cannot be installed without adding at least the Web Server (IIS) role.

Thank you,
Patriot
User avatar
Edge100x
Founder
Founder
Posts: 13129
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Configuring Windows 2008 R2: use Server Roles on not?

Post by Edge100x »

I would not recommend adding a server Role unless you require functionality provided by the role. I have not yet seen a game server require a Role to be installed, but some customers have used them, such as to implement IIS.

The .NET framework (3.5.x) is a Feature and not a Role. To install it, use the "Add Features" option from the "Server Manager" snap-in. .NET 4.0 is available as a separate download.
Patriot
A regular
A regular
Posts: 40
Joined: Sun Jan 15, 2012 12:10 pm

Re: Configuring Windows 2008 R2: use Server Roles on not?

Post by Patriot »

Edge100x wrote:I would not recommend adding a server Role unless you require functionality provided by the role. I have not yet seen a game server require a Role to be installed, but some customers have used them, such as to implement IIS.

The .NET framework (3.5.x) is a Feature and not a Role. To install it, use the "Add Features" option from the "Server Manager" snap-in. .NET 4.0 is available as a separate download.
Edge100x,

Thank you for your help. No server roles then. When I originally tried adding .NET through the "Add Features" option I got a popup message saying the Web Server (IIS) role had to be installed as well. But now I uninstalled that role and .NET 3.5.1 is still shown as a feature. Kind of confusing...lol

Thanks again,

Patriot
Post Reply