Automation Suite
2022.4
false
Banner background image
Automation Suite Installation Guide
Last updated Mar 25, 2024

Installation Best Practices

To avoid your SSH session getting interrupted, we recommend initiating a tmux session and then running the installation process in the context of that session. If run under the tmux session, the SSH session can be interrupted, and you can reconnect to the previous session from where the installer was initiated.

Take the following steps:

  1. SSH into the remote machine.
  2. Install tmux on the machine using the following command:
    sudo yum install tmuxsudo yum install tmux
  3. Create a tmux session by running the following command.
    tmux new -s uipath_installtmux new -s uipath_install
  4. Once inside tmux, you can start the installation process.
    • Commands such as the one below run in the session.

      ./installUiPathAS.sh
      sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k -j server --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /var/tmp --install-offline-prereqs --accept-license-agreement./installUiPathAS.sh
      sudo ./install-uipath.sh -i ./cluster_config.json -o ./output.json -k -j server --offline-bundle ./sf-infra.tar.gz --offline-tmp-folder /var/tmp --install-offline-prereqs --accept-license-agreement
    • To list all sessions, run the following command:

      tmux lstmux ls
    • To connect to most recent session, run the following command:

      tmux atmux a
    • To connect to a session by name, run the following command:

      tmux attach -t uipath_installtmux attach -t uipath_install
  5. To leave or detach from the tmux session, press Ctrl+B and then press D.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.