How to get started with RemotePC for Linux?

    Para empezar,

    1. Download the required RemotePC for Linux package depending on the distribution of the Linux OS on your computer.
    2. Abra el instalador haciendo doble clic o clic con el botón derecho del ratón sobre el paquete.
    3. Seleccione el gestor de paquetes, por ejemplo, Abrir con el Centro de Software de Ubuntu, para instalarlo en su ordenador.
    4. También puede ejecutar los siguientes comandos para instalar los paquetes:
      • For Debian:
        $ sudo apt update
        $ sudo apt upgrade
        $ sudo apt install ./remotepc.deb # For RemotePC App
        $ sudo apt install ./remotepc-host.deb # For RemotePC Host App
        $ sudo apt install ./remotepcviewer.deb # For RemotePC Viewer App
      • For RPM:
        $ sudo yum update
        $ sudo yum upgrade
        $ sudo yum install ./remotepc.rpm # For RemotePC App
        $ sudo yum install ./remotepc-host.rpm # RemotePC Host App
        $ sudo yum install ./remotepcviewer.rpm # RemotePC Viewer App
      • For SUSE:
        $ sudo zypper update
        $ sudo zypper upgrade
        $ sudo zypper install ./remotepc-suse.rpm # For RemotePC App
        $ sudo zypper install ./remotepc-host-suse.rpm # RemotePC Host App
        $ sudo zypper install ./remotepcviewer -suse.rpm # RemotePC Viewer App

      Note: Use 'dnf' if 'yum' is not available.

    5. Una vez instalada correctamente, ejecute la aplicación de escritorio en su ordenador de cualquiera de las siguientes formas:
      • Escriba 'remotepc' en la línea de comandos.
      • Haga clic en el icono RemotePC (Actividades -> RemotePC)

    You can now log in and configure your Linux machine for Always-ON Remote Access.

    Remote Configure using SSH for Host-only builds

    1. Transfer the file to the remote host machine using below command or any FTP tools like Putty, FileZilla:
      $ sftp username@server_ip
      Enter the password.
      $ put /path/to/file/remotepc-host.deb
      $ exit
    2. Install the transferred build in the target machine via below command: $ ssh username@server_ip
      Enter password
      • For Debian:
        $ sudo apt-get install ./remotepc-host.deb -y
      • For RPM:
        $ sudo yum install ./remotepc-host.rpm -y
      • For SUSE:
        $ sudo zypper install ./remotepc-host-suse.rpm -y

      Then run remotepc-host deploy <deployment UD>, or remotepc-host login command to configure host.

    Download and install Host-Only build

    For Enterprise accounts in the headless server machine

    1. Log in to your Enterprise account and click on Deploy Package.
    2. Navigate to the Host-Only builds column under Linux option.
    3. Select the desired OS package and click on Copy Link to copy the command.
    4. Run the below command in the local machine to connect to the headless server via SSH:
      $ ssh username@server_ip
      Enter the password.
    5. Download the build using the copied command:
      $ paste-your-copied-command-here
    6. Instale la compilación descargada mediante el siguiente comando:
      • For Debian:
        $ sudo apt-get install ./remotepc-host.deb
      • For RPM:
        $ sudo yum install ./remotepc-host.rpm
      • For SUSE:
        $ sudo zypper install ./remotepc-host-suse.rpm

    For SOHO, Team, Consumer accounts in the headless server machine

    1. Download the target CLI build by selecting the OS Type in your local machine.
    2. Transfer the file to the headless server machine using below command or any FTP tools like Putty, FileZilla:
      $ sftp username@server_ip Enter the password.
      $ put /path/to/file/remotepc-host.deb
      $ exit
    3. Install the transferred build in the target server machine via below command:
      $ ssh username@server_ip
      Enter password
      • For Debian:
        $ sudo apt-get install ./remotepc-host.deb -y
      • For RPM
        $ sudo yum install ./remotepc-host.rpm -y
      • For SUSE:
        $ sudo zypper install ./remotepc-host-suse.rpm -y

    Configure CLI build in headless machine for remote access

    Run below command to setup CLI access on the host:
    $ sudo remotepc-host setup

    After that, proceed as per following account types.

    Deployment for Enterprise accounts

    $ remotepc-host deploy <deployment_code>

    Note: Deployment code is a unique code for each account available only for Enterprise users.

    Setup for SOHO, Team, and Consumer accounts

    1. Run the below command once the installation is completed:
      $ remotepc-host login Enter the email ID, password and personal key one after another.
    2. Una vez añadida la información necesaria, el host se configura automáticamente y aparece en línea.
    3. Note: To run more operations, click here.

    Refer FAQs for more details.