I cant open localhost:14003

PS C:\Users\storj> cat “$env:ProgramFiles/Storj/Storage Node/storagenode.log” -Tail 20
2021-11-27T13:21:00.519+0300 INFO Configuration loaded {“Location”: “C:\Program Files\Storj\Storage Node\config.yaml”}
2021-11-27T13:21:00.520+0300 INFO Operator email {“Address”: “temursharipov2005@yandex.ru”}
2021-11-27T13:21:00.520+0300 INFO Operator wallet {“Address”: “0x8d5ed37A6C029f0c38927642B020a5aFCA6C5C97”}
2021-11-27T13:21:00.521+0300 ERROR Invalid configuration. {“error”: “invalid contact.external-address: split host-port “192.168.1.103” failed: address 192.168.1.103: missing port in address”, “errorVerbose”: "invalid contact.external-address: split host-port “192.168.1.103” failed: address 192.168.1.103: missing port in address\n\tstorj.io/storj/storagenode.

Hello @madss ,
Welcome to the forum!

First of all, the IP 192.168.1.103 is a private IP, it will not be available from outside. You need to use the WAN IP from the status page of your router and it should match the IP address there: Open Port Check Tool - Test Port Forwarding on Your Router, otherwise the port forwarding rule will not work.

The second mistake - your external address missed the port, it should be in format:

contact.external-address: your.external.address:28967

This is in the "C:\Program Files\Storj\Storage Node\config.yaml". Please use a Notepad++ editor to change the value. Do not use a regular Notepad - it can corrupt the config. Don’t forget to replace the placeholder “your.external.address” to your real external address, either public static IP or DDNS hostname.

if your public IP is not static (in most cases it’s not, unless you pay for it to your ISP), you need to register a DDNS address and use it instead of IP.

You need to save the config file after the change (menu File - Save, it will ask for administrator’s rights - please allow, select menu File - Save again) and restart the storagenode service either from the Services applet or from the elevated PowerShell:

Restart-Service storagenode