Jump to content
View in the app

A better way to browse. Learn more.

Pulseway

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Pure MSP Ltd

Members
  • Joined

  • Last visited

  1. Or for CMD CLI cd \ mkdir tempfile bitsadmin /transfer mydownloadjob /download /priority normal https://www.pulseway.com/download/Pulseway_x64.msi c:\tempfile\pulseway.msi pulseway.msi /qn username=USERNAME password=PASSWORD group="GROUP NAME" server=ENT-SERVER
  2. Think I've got it.. $path = "c:\DIRECTORY" If(!(test-path $path)) { New-Item -ItemType Directory -Force -Path $path } $url = "https://www.pulseway.com/download/Pulseway_x64.msi" $output = "C:\DIRECTORY\pulseway.msi" (New-Object Net.WebClient).DownloadFile($url, $output) start-process -FilePath 'c:\DIRECTORY\pulseway.msi' -ArgumentList '/qn username=PULSEWAYUSER password=PULSEWAYPASSWORD group="GROUIP NAME" server=PULSEWAY-ENT-SERVERNAME' -wait
  3. Probably about 50% aren't on a domain, and some are small businesses, with just a few machines.
  4. Hi. I'm migrating from another RMM, and was wondering if someone could assist in creating a job on the current RMM, that will "silently" install Pulseway agent onto the machines for me?

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.