Ich habe mich extra bei Discord angemeldet. Man muss mehrere Befehle in PowerShell als Administrator eingeben.
Powershell:
New-NetFirewallRule -DisplayName "Storj v3 TCP" -Direction Inbound –Protocol TCP –LocalPort 28967 -Action allow
New-NetFirewallRule -DisplayName "Storj v3 UDP" -Direction Inbound –Protocol UDP –LocalPort 28967 -Action allow
New-NetFirewallRule -DisplayName "Storj v3 Dashboard TCP" -Direction Inbound –Protocol TCP –LocalPort 14002 -Action allow
Stop-Service storagenode
Start-Service storagenode