You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/install-windows/01.de.md
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ Als nächstes muss eine Windows ISO auf den Server übertragen werden. Mögliche
41
41
42
42
> Auf dem Hetzner Mirror befinden sich auch Windows ISOs (diese können nur vom Hetzner Netz aus heruntergeladen werden):
43
43
>
44
+
> Windows Server 2025 (ENG): https://mirror.hetzner.de/bootimages/windows/SW_DVD9_Win_Server_STD_CORE_2025_24H2_64Bit_English_DC_STD_MLF_X23-81891.ISO
45
+
>
44
46
> Windows Server 2022 (ENG): https://mirror.hetzner.de/bootimages/windows/SW_DVD9_Win_Server_STD_CORE_2022_2108.15_64Bit_English_DC_STD_MLF_X23-31801.ISO
45
47
>
46
48
> Windows Server 2019 (ENG): https://mirror.hetzner.de/bootimages/windows/SW_DVD9_Win_Server_STD_CORE_2019_1809.11_64Bit_English_DC_STD_MLF_X22-51041.ISO
@@ -118,12 +120,12 @@ Führe nun einen der folgenden Befehle (entsprechend abgeändert) auf dem Server
Um weitere Fehlerquellen zu minimieren, macht es Sinn die Windows Firewall zu deaktivieren oder die folgenden eingehenden Regeln in der Windows Defender Firewall zu aktivieren:
207
+
208
+
```
209
+
# Windows Defender Firewall mit erweiterter Sicherheit
210
+
Name Gruppe Profil Aktiviert Aktion
211
+
Remote Desktop - Schatten (TCP eingehend) Remotedesktop Alle Ja Zulassen
212
+
Remotedesktop - Benutzermodus (TCP eingehend) Remotedesktop Alle Ja Zulassen
213
+
Remotedesktop - Benutzermodus (UDP eingehend) Remotedesktop Alle Ja Zulassen
214
+
```
215
+
204
216
Um sich später per RDP mit dem Server zu verbinden, muss diese aktiviert werden:
205
217
206
218

207
219
208
-
Um weitere Fehlerquellen zu minimieren, macht es Sinn die Windows Firewall vor dem Neustart zu deaktivieren (dies ist aber optional).
209
-
210
220
Nun kann Windows heruntergefahren werden und im Anschluss der Server neugestartet werden.
211
221
Nach ein paar Minuten sollte es möglich sein sich per RDP mit dem Server zu verbinden.
Copy file name to clipboardExpand all lines: tutorials/install-windows/01.en.md
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ Next, a Windows ISO must be transferred to the server. Possible options are:
39
39
+ Mount an SMB / NFS storage (Storage Box)
40
40
+ Downloading the ISO from Microsoft / Hetzner
41
41
42
+
> Windows Server 2025 (ENG): https://mirror.hetzner.de/bootimages/windows/SW_DVD9_Win_Server_STD_CORE_2025_24H2_64Bit_English_DC_STD_MLF_X23-81891.ISO
43
+
>
42
44
> Windows Server 2022 (ENG): https://mirror.hetzner.de/bootimages/windows/SW_DVD9_Win_Server_STD_CORE_2022_2108.15_64Bit_English_DC_STD_MLF_X23-31801.ISO
43
45
>
44
46
> Windows Server 2019 (ENG): https://mirror.hetzner.de/bootimages/windows/SW_DVD9_Win_Server_STD_CORE_2019_1809.11_64Bit_English_DC_STD_MLF_X22-51041.ISO
@@ -115,12 +117,12 @@ Now, execute one of the following commands (modified accordingly) on the server:
@@ -194,12 +196,20 @@ It is possible that Windows does not have the required network drivers installed
194
196
195
197
## Step 6 - Enable RDP & Disable Firewall
196
198
199
+
To minimize further sources of error, it makes sense to deactivate the Windows Firewall or allow the following incoming rules in the Windows Defender Firewall:
200
+
201
+
```
202
+
# Windows Defender Firewall with Advanced Security
203
+
Name Group Profile Enabled Action
204
+
Remote Desktop - Shadow (TCP-In) Remote Desktop All Yes Allow
205
+
Remote Desktop - User Mode (TCP-In) Remote Desktop All Yes Allow
206
+
Remote Desktop - User Mode (UDP-In) Remote Desktop All Yes Allow
207
+
```
208
+
197
209
To connect to the server via RDP later, you need to activate this:
198
210
199
211

200
212
201
-
To minimize further sources of error it makes sense to deactivate the Windows Firewall before restarting (but this is optional).
202
-
203
213
Now you can shutdown Windows and restart the server. After a few minutes it should be possible to connect to the server via RDP.
0 commit comments