Hướng dẫn sử dụng VPS tại ProxyXoay

Hướng dẫn sử dụng VPS trên PC

 

Hướng dẫn sử dụng VPS trên máy tính

 

 

Bước 1: Tìm kiếm Remote Desktop Connection  trong phần tìm kiếm máy tính.


Bước 2: Mở App Remote Desktop Connection -> Nhập IP:Port của VPS vừa mua -> Nhấn Connect


Bước 3: Nhập User và Pass -> Chọn OK


Bước 4: Tick chọn vào ô vuông -> chọn Yes


Bước 5: Sử dụng VPS

- Code đổi mật khẩu VPS:

Net user administrator ProxyXoay@@123 ( thay mật khẩu cần đổi vào ProxyXoay@@123)

- Code cài Google Chrome:
$Path = $env:TEMP; $Installer = "chrome_installer.exe"; Invoke-WebRequest "http://dl.google.com/chrome/install/375.126/chrome_installer.exe" -OutFile $Path\$Installer; Start-Process -FilePath $Path\$Installer -Args "/silent /install" -Verb RunAs -Wait; Remove-Item $Path\$Installera

- Code cài Firefox:

$Path = $env:TEMP; $Installer = "chrome_installer.exe"; Invoke-WebRequest "https://cdn.stubdownloader.services.mozilla.com/builds/firefox-stub/vi/win/7a92d8c44aed4d6faaed0b71d8c0771110db88dcca7de623df0634e1368cd22e/Firefox%20Installer.exe" -OutFile $Path\$Installer; Start-Process -FilePath $Path\$Installer -Args "/silent /install" -Verb RunAs -Wait; Remove-Item $Path\$Installera

© Bản quyền thuộc Cty TNHH Lưu Trữ Số VNByte