mirror of
https://github.com/iLLeniumStudios/fivem-resource-watcher
synced 2024-02-26 13:38:52 +01:00
Update
This commit is contained in:
@@ -59,6 +59,7 @@ If you are still reading this part then then you are using Windows and you need
|
|||||||
- To do this, open terminal / powershell as administrator, type the following and press enter:
|
- To do this, open terminal / powershell as administrator, type the following and press enter:
|
||||||
- `netsh advfirewall firewall add rule name="Open SSH Port 22" dir=in action=allow protocol=TCP localport=22 remoteip=any`
|
- `netsh advfirewall firewall add rule name="Open SSH Port 22" dir=in action=allow protocol=TCP localport=22 remoteip=any`
|
||||||
- Once done, you can test it out by opening a terminal / powershell on your local PC and type the following:
|
- Once done, you can test it out by opening a terminal / powershell on your local PC and type the following:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ssh <user>@<ip>
|
ssh <user>@<ip>
|
||||||
```
|
```
|
||||||
@@ -66,6 +67,7 @@ ssh <user>@<ip>
|
|||||||
- Replace `<user>` with the username that you use to login to your RDP
|
- Replace `<user>` with the username that you use to login to your RDP
|
||||||
- Replace `<ip>` with the IP of the VPS that you use to connect to your RDP
|
- Replace `<ip>` with the IP of the VPS that you use to connect to your RDP
|
||||||
- Type in your password for the user when asked
|
- Type in your password for the user when asked
|
||||||
|
|
||||||
- If everything was done correctly, you should see something like this on the terminal:
|
- If everything was done correctly, you should see something like this on the terminal:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
|
|||||||
Reference in New Issue
Block a user