Questions tagged [logmein]

LogMeIn is a suite of software services that provides remote access to computers over the Internet.

LogMeIn has an API you can use to pull information, reports, etc. out of your Rescue account and into your own environment.

The API is a "pull" programming interface that allows you to code your own applications and pull Rescue session data into them, or even create your own support interfaces to pull reports, generate PINs, and view active sessions based on groups, techs, or even the whole account.

27 questions
8
votes
1 answer

Why is RDP Considered Less Secure Than LogMeIn or VPN?

I've heard from more than one IT Manager that they don't allow users to user RDP to connect to their internal network from the outside, because it's not safe. They claim that if they'd allow their users to do so, then anyone from the outside will…
as9876
  • 876
  • 1
  • 11
  • 32
4
votes
3 answers

Remote Control API or how to start?

If, by any change I want to develop my own remote assistance/screen sharing tool to include in my own CRM, where should I go? I understand nothing about communication but I would want to involve myself in such an idea. My question is, what the…
balexandre
  • 69,002
  • 44
  • 219
  • 321
3
votes
1 answer

LogMeIn GoToWebinar SDK responds with 403 Access denied

I want to get a list of all Attendees of a Webinar (all sessions) by using the GoToWebinar SDK (NuGet package). My account, dev user, products (licenses), consumer key, consumer secret are all set up okay. By authenticating the OAuth2Api I get a…
3
votes
1 answer

Synology DS213j how to install Hamachi or LogMeIn service?

I would like to ask, i have a non-public IP, behind NAT. I would like to access to my home synology server from internet, but i cannot use ssh tunnel. Is any working "how-to" tutorial about installing service like Hamachi or LogMeIn on Synology NAS…
redrom
  • 10,590
  • 29
  • 143
  • 244
2
votes
0 answers

Gotomeeting API call for attendees of ongoing meeting

In gotomeeting API reference, https://goto-developer.logmeininc.com/content/gotomeeting-api-reference there is only GET /meetings/{meetingId}/attendees which returns the attendees list of historical meeting. Is there any way I can get the attendees…
shaina
  • 304
  • 1
  • 10
2
votes
1 answer

How can I make this ApplesScript execute instantly without a 13 second delay?

I was trying to make a shortcut on OSX Mountain Lion to "Share a file" with the LogMeIn Application as one does not exist. I opened Automator and created an Application under "watch me do". I clicked record and navigated to the menu bar and clicked…
Elias
  • 81
  • 1
  • 8
2
votes
3 answers

Remote desktop software to be used within my application

Does anybody know a good, free remote desktop solution to be used within another application, namely, the application I'm developing? My application displays a list of computers currently available on the local network. I want the user to be able to…
TheAgent
  • 1,412
  • 5
  • 21
  • 41
1
vote
0 answers

Can I turn off a screen but leave the display working for a VNC Viewer?

I have been looking around for this but I can't find out if this is possible or not. I have some software that uses Log Me In Rescue. As it stands, the software currently connects to our servers to get a pin generated by their PHP API. This pin is…
Barkermn01
  • 6,295
  • 30
  • 71
1
vote
1 answer

Accessing remote web application using LogMeIn Hamachi2

I am trying to remotely access a web application hosted on the office LAN. I have setup LogMeIN Hamachi and I can connect to an office machine and see shared resources (folders and printers) on that machine. I selected a Hub-and-spoke network and…
Clemens
  • 9
  • 1
  • 4
1
vote
1 answer

C# 400 bad request and long characters how api important

using System; using System.Net; using System.IO; namespace MakeAGETRequest_charp { /// /// Summary description for Class1. /// public class Class1 { static void Main(string[] args) { …
great77
  • 133
  • 19
1
vote
1 answer

How do apps like LogMeIn and TeamViewer work?

There's already a question How exactly does a remote program like team viewer work which gives a basic description, but I'm interested in how the comms works once the client has registered with the server. If the client is behind a NAT then it won't…
parsley72
  • 6,932
  • 8
  • 54
  • 78
1
vote
1 answer

How do I call CITRIX (LogMeIn) API via PHP to register new GotoWebinar attendee?

I am using the below code to register user to the webinar: $headers = array( 'HTTP/1.1', 'Accept: application/json', 'Accept: application/vnd.citrix.g2wapi-v1.1+json', 'Content-Type: application/json', 'Authorization: OAuth…
user1410725
  • 41
  • 1
  • 5
0
votes
0 answers

Gotowebinar webhook creation 400 bad request Invalid callbackUrl

I'm trying to create a GotoWebinar webhook but I'm getting 400 bad requests each time this is my callBackUrl function Route::get('g2w/webhook', function(Request $request) { return response()->json([ 'success'=>true ],200); }); this is…
Yassine Mokni
  • 182
  • 1
  • 3
  • 11
0
votes
0 answers

Cannot connect via RDP to a computer but can connect to it via LOGMEIN

I cannot connect via RDP or PING from my home PC to my main office PC, but I can connect via RDP to a second computer at my office and from there PING to my main office PC. Also, I can connect from my home PC to my main office PC using…
Alex Sosa
  • 23
  • 5
0
votes
1 answer

How do I register a Go To Webinar attendee to a specific session using their API V2?

OK so...through a custom form, I am successfully registering attendees to Go To Webinar but am blocked if there are multiple sessions of the same webinar. Currently, I am returning scheduled sessions to populate our dropdown menu (response shown…
Lee Peters
  • 11
  • 1
1
2