• Get Started
  • Admin toolkit
product logo
Back button image Back
Back button image
product logo

GoToConnect Toolkit for LogMeIn Central

The goal of this article is to present scripts and setup options for LogMeIn Central to manage GoToConnect (GTC) host applications and receive alerts when they malfunction. It also describes how the software can be used “as of today” to enable LogMeIn Central as the tool that manages GTC host activity remotely.

LogMeIn Central's One2Many feature is the right tool to create a plan and perform it on multiple computers.

  1. On the One2Many page, select Create Task.
  2. Select Create Plan to execute the task.
  3. Choose an option to run tasks:
    • Install and update software (on Windows and Mac hosts)
      • The prerequisite of this option is that the IT professional is informed on the most up-to-date version of the software to be able to upload and distribute it.
    • Execute a remote command script (on Windows hosts only)
      • This option enables the IT professional to always use the most recent version of the software.

        Use the following script for the Command to execute option:

        powershell –c “(new-object System.Net.WebClient).DownloadFile(’https://link.gotoconnect.com/windows’,’jive.exe’)”
        Start-Process -Wait -FilePath jive.exe -Argument "/silent" -PassThru
        rm jive.exe
        $InstalledApps = Get-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\* | Select DisplayName
        $FilteredInstalledApps = $InstalledApps | Where-Object {$_ -match "GoTo "}
        if(@($FilteredInstalledApps).Length -eq 1) {
        exit 0;
        } else {
        exit -1;
        }
    • Custom Mac (on Mac hosts only)
      • This option enables the IT professional to always use the most recent version of the software.

        Use the following script for the Command to execute option:

        curl https://goto-install-scripts.s3.amazonaws.com/installgotoconnect.sh | bash
  4. Select Save and Continue.
  5. Select the hosts where you want to run the task and select Save and Continue.
  6. Type your admin credentials for the hosts and select Run now.

Need help?

Contact icon Contact support
Manage Cases icon Manage cases
Community icon Ask the Community
Training icon Attend trainings
Video icon Watch videos
  • Language selector icon Language selector icon
    • English
    • Français
    • Italiano
    • Deutsch
    • Español
    • Português
    • Nederlands
  • About Us
  • Terms of Service
  • Privacy Policy
  • Trademark
  • Do Not Sell or Share My Personal Info
  • Browse Products
  • Copyright © 2025 GoTo Group, Inc. All rights reserved

Collaboration Products

GoTo Connect

GoTo Meeting

GoTo Webinar

GoTo Training

join.me

Grasshopper

OpenVoice

Remote Solutions Products

GoTo Resolve

Rescue

GoToAssist

Access Products

Pro

Central

GoToMyPC