I have been using teamviewer for MANY years. I have not been able to figure how to use it anymore. I only use it to help family and friends with their computer problems. What is the link to download the right free version and if there is a separate link for anyone that I help.
TeamViewer Remote offers a few ways for remote connections such as connections via session link and connections via TeamViewer ID and passwords. To get an overview, please check the following article: Get started with TeamViewer Remote
Why has free version of Teamviewer stopped working after several years of intermittent use? I last used it in 2021 but now, in 2024 yesterday, it would not let my friend see where (at my friend's home) to enter my ID and Password so we could once again use it to help me build some sheet music.
For the connection via TeamViewe ID and password, could you please check the following article and see if it helps you and your friend to locate the place where you can enter the ID and password: Connect via ID and password
I must say it was not as easy as with 32-bit Kubuntu 10.10 where just downloading a Debian package from teamviewer.com and installing it was enough. I was also bothered by error messages such as the following in the first attempt:
I'm currently trying to deploy TeamViewer via Intune that only support MSI files for deployment. However, TeamViewer has a feature called account assignment which it comes in form of an executable. Since Intune doesn't allow you deploy exe files, please correct me if I'm wrong. I have resulted in using a PowerShell script that will download the necessary files and then install.
if both links were to end with the file extension (.exe), then it would be no problem. But I would like to use Teamviewer links (get.teamviewer.com/myhost redirects hoping this will help a lot more people. As opposed to having a cloud storage account.
Just wondering if any of you have experience customizing TeamViewer Host 9 for deployment?
I tried following this instructions: -teamviewer-host-to-be-deployable-via-managed-software-update-munki-on-mac-os-x/
In mid July I'm going through Jumpstart training at our institution. While we primarily use Apple Remote Desktop and will possibly Casper Remote moving forward (all our managed machines are setup with a VPN to connect to us), we're looking to TeamViewer to be our online remote quicksupport system. We're not trying to use the TeamViewer Management Console to organize everything.
My guess is you could take a New & Modified snapshot in Composer prior to install, install and configure your settings - unattended password, wake on LAN, etc. - and then take your after snapshot so your sure to get all your settings.
Still very new to this, but I'm assuming you could then build your .pkg or .dmg and deploy it so those settings ripple to any new or existing home directories on the Mac so no matter who's logged or what new accounts are created you could still connect to them remotely.
All that being said, it might just be easier to download or configure the TeamViewer QuickSupport module and cache it somewhere on your deployed machines so it can be immediately launched without you or your users needing to download or install anything.
Don't know if you have a TeamViewer license or not, but if you have a license you can create custom modules that have your institution's branding and text for your users. I just made and downloaded the custom TeamViewer Host module I created on a freshly imaged computer, took a normal snapshot with Composer, and installed the TeamViewer module. Opened the TeamViewer Host application a few times to make sure it worked as expected and had our custom branding, set custom preferences / settings, and then took my post snapshot.
Worth noting, when you download your custom-made TeamViewer module package, TeamViewer does NOT include your customizations in the package itself. The TeamViewer application has to be able to talk to teamviewer.com to download the customization files it needs. Why TeamViewer doesn't put these things in the package you download I really don't know ... Anyway, we ran into the problem where the VLAN we were using was preventing TeamViewer Host from accessing teamviewer.com, and rather than open up the whole website in our web filter, I just temporarily connected the computer to a different VLAN just to get the customization files. With those files downloaded then took the 2nd Composer snapshot.
As far as I can tell, there's really nothing special you have to do besides that. We made sure to attach our institution's account to TeamViewer Host so we can track them and enforce any TeamViewer policies we might specify in the TeamViewer Management console.
Yes we have license for Teamviewer. Does your Teamviewer settings have the unattended password set?
That is one thing that I can't figure out before, how to apply that password as part of package.
For us to keep the PermanentPassword we need to deploy Teamviewer 8 first and then install the new version on top of it.
I haven't had any luck before deploying it straight from a composer package. If you're saying now that it works perfectly I may have to re-visit my process.
I've tried deploying teamviewer on our macs using composer and it never seemed to work. It's been about a year since I tried last, but I think one of the issues was that it either didn't assign to our account, didn't keep our unattended password, or didn't show up in our list when logging into the Teamviewer clients.
SO! Today I said enough is enough. I'm tired of imaging our machines, logging in, opening a web browser, navigating to our custom PKG URL @ get.teamviewer.com/uniquepathhere, clicking through the installer, setting a passcode, etc. etc. just get to get TeamViewer on our machines.
So, I created a script, which I have tested successfully (EDIT: works with TeamViewer 11 & 12). The script automates most of the process - downloading, installing, and deleting the TeamViewer PKG. You still have to manually enter a remote code, but I can image you could build that yourself it you wanted to.
The real key here for me was getting the full download path to our custom module (the curl line of the script). If you go to your module's URL - get.teamviewer.com/customurlpathformodule - there is a link in the middle of the page that you can click in the event the PKG doesn't download automatically.
Copy that link and pop it into the curl line to have the script download that file and BAM! You've got yourself a script you can use with a policy to automate a lot of the manual work you were doing before.
I had issues over the summer where I was changing the name of the TeamViewer PKG file that gets downloaded and if I recall correctly if you change the name it will not apply your custom design settings. So for this I kept the PKG named whatever it is by default.
You're happy to remove the logging component or shorten/extend the sleep times depending on your Internet speeds. Take it and run with it. I don't have a Github page, but maybe now I'll get around to it.
Awesome thanks, I'll look into this when I get a free moment and see if we can get it working down here, we had just given up putting Teamviewer on our macs for now and have only been pushing it out to our PC's
@dvasquez I haven't gotten around to figuring out how to automatically setup the unattended password. I was just glad to significantly decrease the steps we were taking post-image to setup. This information may live in a preference file, but depending on this information is formatted / written may not be deployable ... I'm going to take another look and see what I can figure out, but it's not something that's critical for me in our environment.
@dvasquez It looks like the /Library/Preferences PLIST (com.teamviewer.teamviewer10.plist) holds this information underneath the key of PermanentPassword, but all the sensitive information in this PLIST is encrypted. To automate or deploy this password you'd have to some fancy stuff, but frankly I'm not sure this is possible.
I'd reach out to TeamViewer and see. They charge extra for Windows if you want to be able to use an MSI file to automate TeamViewer installs, so I'd imagine they'd be not inclined to help do this on the Mac side.
Also, if anyone has been using the script I posted previously, I've posted it on Github with some more helpful comments if you're looking to deploy it in your environment. You can checkout the TeamViewer download & install script here.
Even if you do have a Corporate license and use this tool, it does not appear to allow you to automatically configure an unattended password. However, from their MSI deployment documentation (though focused on Windows) does include a macOS script flag that allows you to enable easy access for the account assignment: -allowEasyAccess=true.
I can confirm though that with the current version of TeamViewer 12 and my automated TeamViewer download & install script works on macOS Sierra (10.12.4). You just need to change the .../version_10x/... portion of the URL to version_12x.
Jamf's purpose is to simplify work by helping organizations manage and secure an Apple experience that end users love and organizations trust. Jamf is the only company in the world that provides a complete management and security solution for an Apple-first environment that is enterprise secure, consumer simple and protects personal privacy. Learn about Jamf.
This site contains User Content submitted by Jamf Nation community members. Jamf does not review User Content submitted by members or other third parties before it is posted. All content on Jamf Nation is for informational purposes only. Information and posts may be out of date when you view them. Jamf is not responsible for, nor assumes any liability for any User Content or other third-party content appearing on Jamf Nation.
The School of Social Ecology computing services provides remote support using TeamViewer. This product allows for us to remotely connect to your computer and provide technical support. TeamViewer allows support technicians to understand and resolve computer problems without having to physically visit your office or bring your computer from home. Using this remote screen-sharing software saves everyone's time and is especially helpful when you need to get a problem resolved quickly.
03c5feb9e7