Skip to content

How to use

Konstantin Shulga edited this page Aug 3, 2021 · 1 revision

Introduction

The application consists of two parts:

  • Server part (RPC-Server.exe) - runs on the PC that you want to control.
  • Client part (RPC-Client.exe) - runs on your PC, with which you will control the other PC.

Server part

  1. Run RPC-Server.exe on the PC you want to control.
  2. After launching, an application window will appear on your screen.
  3. Click the "Start sharing" button.
  4. A dialog window will appear in which you need to select a location to save the file with invitation (.xml file).
  5. If everything went well, you will see a message in the "Log" field about the successful start of the session and waiting for the client to connect.

*Note: you need to deliver the invitation file by any means to the computer from which you will control the computer on which the server part of the application is running.

Client part

  1. Run RPC-Client.exe on the computer from which you want to control another computer.
  2. After launching, an application window will appear on your screen.
  3. Click the "Connect" button.
  4. A dialog window will appear in which you need to select a file with invitation (.xml file).
  5. If everything goes well, then you will connect to another PC.

*Note: in the "Access level" drop-down list, you can select the access level:

  • DO NOT SHOW - the remote control session remains, but you cannot see the screen.
  • VIEW SCREEN - you can see what is happening on the PC screen, but you can not control it.
  • PC CONTROL - you can control PC.
Clone this wiki locally