Windows server 2022 RUST host

Hello, I'd like to host my own rust server on windows server 2022.
ive set it up and it's running (visible at the modded server list), however I have two major issues:
1) the RUST+ application is not connecting to the server
2) my server header image, nor description none of them are showing when I select the server OR opening menu in the game.

This is my batch file's content:

@echo off
:start
RustDedicated.exe -batchmode ^
+server.port 28015 ^
+server.level "Procedural Map" ^
+server.seed 1234 ^
+server.worldsize 4000 ^
+server.maxplayers 150 ^
+server.hostname "Server1" ^
+server.tags "monthly,vanilla,europe" ^
+server.description "Test server for testing purposes. Join our Discord: ****" ^
+server.url "http://*****" ^
+server.headerimage "****" ^
+server.identity "servermain" ^
+rcon.port 28016 ^
+app.port 28082 ^
+server.ip *.*.*.* ^
+rcon.password "****" ^
+rcon.web 1 ^
+server.secure 1
goto start

ive using latest oxide and have some plugins there which working perfectly.

this is my firewall opened ports at the server:

income rule:
TCP: 8080, 28083, 28016, 28082
UDP: 28015, 27000-27050, 27005, 27015, 27016, 27020

opened ports on my router settings for port forward:
IPv4
TCP: 8080, 28083, 28016, 28082
UDP: 28015, 27000-27050, 27005, 27015, 27016, 27020

Anyone have any idea what cause the problem of it?

thank you!

2) I think Sever does not read server.description. Check convars before server.description is right or not?