Tuncion / vscode-fivem-resource-manager

A Visual Studio Code integrated FiveM Resource Manager - Easily restart any resource on your server
GNU General Public License v3.0
6 stars 1 forks source link

Error When Setting Up Connection To Server #5

Closed yiruzu closed 11 months ago

yiruzu commented 11 months ago

image

Tuncion commented 11 months ago

@yiruzu need more information, your screenshot is not exclusionary. Does the screenshot come directly from VSC? Never seen this error in this notify style.

yiruzu commented 11 months ago

I got the error after i tried to connect to my server and yes the notification comes from VSC.

Tuncion commented 11 months ago

@yiruzu Can you tell me what you exactly entered in the IP:Port field? (To reproduce)

yiruzu commented 11 months ago

@Tuncion I entered the IPV4 adress from my server and the port "22".

Tuncion commented 11 months ago

Port 22 is the SSH port, enter the fxserver port (default is 30120) It is set in your server CFG.

image

0.0.0.0 means anyhost here 30120 the number after the : is your server port


You need to enter in the IP:Port field something like this: YOURIP:30120 (default)

yiruzu commented 11 months ago

Yeah, it works now thank you, I didn't really know which port the connection would need, so I just entered the SSH port in.