Portal
Language
 
Home>Knowledge Base>פנל ניהול>How to install WebsitePanel server on windows 2008 r2 server core
Information
Article ID45
Created On11/17/2011
Modified11/17/2011
How to install WebsitePanel server on windows 2008 r2 server core

How to install WebsitePanel server on windows 2008 r2 server core


Enabling Remote Desktop

From: http://technet.microsoft.com/en-us/library/dd184089.aspx

 

C:\Users\Administrator> cscript %windir%\system32\scregedit.wsf /ar 0 
Microsoft (R) Windows Script Host Version 5.7 
Copyright (C) Microsoft Corporation. All rights reserved. 
 
Registry has been updated.

 

 

Update

From: http://www.petri.co.il/install-windows-updates-on-windows-server-2008-r2-core.htm

run SCONFIG

6 / r / a

 

Install all the roles required for WebSitePanel

From: http://www.key4ce.com/en/downloads/other/scripts/file/75-wspautofeatures

 

echo This will install all the roles required for WebSitePanel

pause

echo.

(Set /P k4v= - Installing IIS-WebServerRole... ) <nul

start /w ocsetup IIS-WebServerRole

echo Done

(Set /P k4v= - Installing IIS-WebServer... ) <nul

start /w ocsetup IIS-WebServer

echo Done

(Set /P k4v= - Installing NetFx2-ServerCore... ) <nul

start /w ocsetup NetFx2-ServerCore

echo Done

(Set /P k4v= - Installing IIS-ApplicationDevelopment... ) <nul

start /w ocsetup IIS-ApplicationDevelopment

echo Done

(Set /P k4v= - Installing IIS-ISAPIExtensions... ) <nul

start /w ocsetup IIS-ISAPIExtensions

echo Done

(Set /P k4v= - Installing IIS-ISAPIFilter... ) <nul

start /w ocsetup IIS-ISAPIFilter

echo Done

(Set /P k4v= - Installing IIS-ServerSideIncludes... ) <nul

start /w ocsetup IIS-ServerSideIncludes

echo Done

(Set /P k4v= - Installing IIS-CommonHttpFeatures... ) <nul

start /w ocsetup IIS-CommonHttpFeatures

echo Done

(Set /P k4v= - Installing IIS-DefaultDocument... ) <nul

start /w ocsetup IIS-DefaultDocument

echo Done

(Set /P k4v= - Installing IIS-DirectoryBrowsing... ) <nul

start /w ocsetup IIS-DirectoryBrowsing

echo Done

(Set /P k4v= - Installing IIS-HttpErrors... ) <nul

start /w ocsetup IIS-HttpErrors

echo Done

(Set /P k4v= - Installing IIS-StaticContent... ) <nul

start /w ocsetup IIS-StaticContent

echo Done

(Set /P k4v= - Installing IIS-WebDAV... ) <nul

start /w ocsetup IIS-WebDAV

echo Done

(Set /P k4v= - Installing IIS-HealthAndDiagnostics... ) <nul

start /w ocsetup IIS-HealthAndDiagnostics

echo Done

(Set /P k4v= - Installing IIS-HttpLogging... ) <nul

start /w ocsetup IIS-HttpLogging

echo Done

(Set /P k4v= - Installing IIS-ODBCLogging... ) <nul

start /w ocsetup IIS-ODBCLogging

echo Done

(Set /P k4v= - Installing IIS-RequestMonitor... ) <nul

start /w ocsetup IIS-RequestMonitor

echo Done

(Set /P k4v= - Installing IIS-Performance... ) <nul

start /w ocsetup IIS-Performance

echo Done

(Set /P k4v= - Installing IIS-Security... ) <nul

start /w ocsetup IIS-Security

echo Done

(Set /P k4v= - Installing IIS-RequestFiltering... ) <nul

start /w ocsetup IIS-RequestFiltering

echo Done

(Set /P k4v= - Installing IIS-NetFxExtensibility... ) <nul

start /w ocsetup IIS-NetFxExtensibility

echo Done

(Set /P k4v= - Installing IIS-BasicAuthentication... ) <nul

start /w ocsetup IIS-BasicAuthentication

echo Done

(Set /P k4v= - Installing IIS-DigestAuthentication... ) <nul

start /w ocsetup IIS-DigestAuthentication

echo Done

(Set /P k4v= - Installing IIS-URLAuthorization... ) <nul

start /w ocsetup IIS-URLAuthorization

echo Done

(Set /P k4v= - Installing IIS-WindowsAuthentication... ) <nul

start /w ocsetup IIS-WindowsAuthentication

echo Done

(Set /P k4v= - Installing IIS-WebServerManagementTools... ) <nul

start /w ocsetup IIS-WebServerManagementTools

echo Done

(Set /P k4v= - Installing IIS-IIS6ManagementCompatibility... ) <nul

start /w ocsetup IIS-IIS6ManagementCompatibility

echo Done

(Set /P k4v= - Installing IIS-Metabase... ) <nul

start /w ocsetup IIS-Metabase

echo Done

(Set /P k4v= - Installing IIS-ManagementScriptingTools... ) <nul

start /w ocsetup IIS-ManagementScriptingTools

echo Done

(Set /P k4v= - Installing IIS-ManagementService... ) <nul

start /w ocsetup IIS-ManagementService

echo Done

(Set /P k4v= - Installing MicrosoftWindowsPowerShell... ) <nul

start /w ocsetup MicrosoftWindowsPowerShell

echo Done

(Set /P k4v= - Installing ServerManager-PSH-Cmdlets... ) <nul

start /w ocsetup ServerManager-PSH-Cmdlets

echo Done

(Set /P k4v= - Installing NetFx2-ServerCore-WOW64... ) <nul

start /w ocsetup NetFx2-ServerCore-WOW64

echo Done

(Set /P k4v= - Installing NetFx3-ServerCore... ) <nul

start /w ocsetup NetFx3-ServerCore

echo Done

(Set /P k4v= - Installing IIS-ASP... ) <nul

start /w ocsetup IIS-ASP

echo Done

(Set /P k4v= - Installing IIS-ASPNET... ) <nul

start /w ocsetup IIS-ASPNET

echo Done

(Set /P k4v= - Installing IIS-CGI... ) <nul

start /w ocsetup IIS-CGI

echo Done

(Set /P k4v= - Installing Microsoft-Windows-Web-Services-for-Management-IIS-Extension... ) <nul

start /w ocsetup Microsoft-Windows-Web-Services-for-Management-IIS-Extension

echo Done

(Set /P k4v= - Installing IIS-HttpCompressionStatic... ) <nul

start /w ocsetup IIS-HttpCompressionStatic

echo Done

(Set /P k4v= - Installing IIS-RequestFiltering... ) <nul

start /w ocsetup IIS-RequestFiltering

echo Done

(Set /P k4v= - Installing IIS-NetFxExtensibility... ) <nul

start /w ocsetup IIS-NetFxExtensibility

echo Done

(Set /P k4v= - Installing BestPractices-PSH-Cmdlets... ) <nul

start /w ocsetup BestPractices-PSH-Cmdlets

echo Done

(Set /P k4v= - Installing ServerCore-EA-IME... ) <nul

start /w ocsetup ServerCore-EA-IME

echo Done

(Set /P k4v= - Installing ServerCore-WOW64... ) <nul

start /w ocsetup ServerCore-WOW64

echo Done

(Set /P k4v= - Installing NetFx3-ServerCore-WOW64... ) <nul

start /w ocsetup NetFx3-ServerCore-WOW64

echo Done

start /w ocsetup IIS-FTPServer

start /w ocsetup IIS-FTPSvc

start /w ocsetup IIS-FTPExtensibility

 

echo.

echo.

echo.

echo Everything is now installed.

 

 

Download asp.net4, SQL and Dotnetpanel

http://www.microsoft.com/download/en/details.aspx?id=22833

 

http://websitepanel.codeplex.com/releases/view/69982#DownloadId=292095

 

1.    Download to you computer

2.    Upload to any FTP

3.    run ftp.exe

 

     open "serverip"
     YouUsername
     YouPassword
     cd /YouUploadDirectory
     bin
     hash
     get "dotNetFx40_Full_x86_x64_SC.exe"

     get "WebsitePanelInstaller12.msi"

     get "SQLEXPR_x64_ENU.exe"
     bye

 

 

 

Install asp.net4

dotNetFx40_Full_x86_x64_SC.exe

 

Install SQL

SQLEXPR_x64_ENU.exe

 

 

Install Dotnetpanel

From: http://social.msdn.microsoft.com/Forums/en-US/wspsupport/thread/9a273783-d3f3-402c-bfcb-12ce6b85225a

Ran the "msiexec /i WebsitepanelInstaller12.msi"

Ran "c:\program files (x86)\WebsitePanel Installed\WebsitePanel.Installer.exe" and installed the WebsitePanel Server 1.2.0 component

 

Change PasswordComplexity

From: http://serverfault.com/questions/134094/windows-web-server-2008-r2-server-core-local-password-complexity

secedit /export /cfg C:\new.cfg

Then you edit new.cfg (it is ini format) and change line “PasswordComplexity = 1″ to “PasswordComplexity = 0″. Not in Notepad

Apply it with:

secedit /configure /db %windir%\security\new.sdb /cfg C:\new.cfg /areas SECURITYPOLICY

 

Configure SQL

From: http://www.deepakchitnis.net/configuring-sql-server-2008-r2-to-be-accessible-from-outside-the-installed-server-using-command-line-tools.aspx

WMIC /NAMESPACE:\\root\Microsoft\SqlServer\ComputerManagement10 PATH ServerNetworkProtocol WHERE ProtocolName='Tcp' CALL SetEnable

 

 

Free disk space

 

fsutil volume diskfree c: