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.
  • Search By Tags

    Search will match any tag entered
  • Search By Author

Content Type

Forums

  • Pulseway
    • News & Announcements
    • Installation & Configuration
    • General
    • Automation
    • Applications
    • Current Features & Server Modules
    • API
    • Feature Requests
    • Bugs
  • Pulseway On-Premise Server
    • Installation & Configuration
  • Pulseway PSA
    • General

Calendars

  • Development and Releases

Find results in

Find results that contain...

Date Created

  • Start

    End

Last Updated

  • Start

    End


Filter by number of...

  • Minimum number of comments

  • Minimum number of replies

  • Minimum number of reviews

  • Minimum number of views

Found 219 results

  1. Chris/Paul/Cliff, Thanks for all the work you guys are doing to make PSA usable in a production environment. I love the latest improvements. I have a priority request regarding Client Portal authentication. I see that AuthAnvil is supported. Can you guys please look at adding 365 Azure AD integration as well? There is no way my client end-users are going to remember a separate password for their PSA login to open and view tickets. We really want to push them to it, but its not going be useful. I image that Azure AD would be the most common platform for most companies. In the meantime, can we have a way to manually set a secure password for each user for Client Portal? A work around would be to set a secure password for each user and then distribute it to the users. Without one of these options, we just don't see the Client Portal for end users accessible.
  2. It would be beneficial to add either the percentage of uptime or downtime to the Executive Report.
  3. One thing that I would really like to see is the ability to bulk edit Hardware Assets, it might be okay to edit a couple dozen manually but when you have hundreds, or thousands of them sat in your system, I doubt very much that anyone will have the patience to edit each of them individually. Cheers, Martin
  4. Hey guys! I've been testing the Webroot trial recently and it has been working fine, but I found something where there is room for improvement.. The Webroot installation can be done through Pulseway already, and everything that's needed is basically the Key Code assigning the client to the corresponding Webroot dashboard. This method works fine, but my idea is to automate as many of these tasks as possible, hence Powershell come in to play. Webroot have published a document with other deployment methods, such as GPO or MSI, and I'm mostly interested in the latter. So I created a script for the installation task, which is working fine in itself. But I also found out that the client is shown as "Not installed" in Pulseway afterwards. I spoke with support representatives from Pulseway about this, and a workaround is to use the "Install"-button in Pulseway to create the connection. They told me that the software won't be reinstalled by doing this, but simply associate the agent with Pulseway.. It got me thinking.. There should be a way to trigger this "Install"-function elsewhere, and a smooth solution would be if it could be triggered from the same script as the installation. Maybe something is written in the registry (client side), that we could use? Does anyone else have a solution on how to perform such a task? Webroot deployment documentation (Command line options and other install methods) Here is the script that I've got so far, feel free to use it, if you find it useful! #Replace "KEYCODEHERE" at the arguments-variable with the Key Code shown in your own Webroot Dashboard. #Example: 'GUILIC=XXXX-XXXX-XXXX-XXXX-XXXX CMDLINE=SME,quiet /qn /l*v install.log' $tempdir = get-item -Path "$Env:SystemDrive\Temp" -ErrorAction SilentlyContinue if ($tempdir -eq $null) { New-Item -ItemType "Directory" -Path "$Env:SystemDrive\Temp" Write-Host 'Creating Temp-Dir.' } $Downloadurl = 'http://anywhere.webrootcloudav.com/zerol/wsasme.msi' Write-Host 'Downloading executable to local storage.' $Executable = "$Env:SystemDrive\Temp\wsasme.msi" $Arguments = 'GUILIC=KEYCODEHERE CMDLINE=SME,quiet /qn /l*v install.log' $wc = New-Object System.Net.WebClient $wc.DownloadFile($Downloadurl, $Executable) Start-Process $Executable -ArgumentList $Arguments -Wait Write-Host 'Installing' Remove-Item -Path $Executable Write-Host 'Cleaning up locally stored data.' Start-Sleep -s 30 $program = 'Webroot' Write-Host 'Verifying installation...' $32bit = ((Get-ChildItem "HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall") | Where-Object { $_.GetValue( "DisplayName" ) -like "*$program*" } ).Length -gt 0; $64bit = ((Get-ChildItem "HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall") | Where-Object { $_.GetValue( "DisplayName" ) -like "*$program*" } ).Length -gt 0; if ($32bit -eq $True -or $64bit -eq $True) { Write-Host "$program has been successfully installed." } // Martin Johansson
  5. I'd love to see remote desktop for Mac OS added. Thanks, SCIT
  6. Hi guys, One thing which I think would be super useful is the automatic selection of hard drives within the machine so rather than having to select a drive then set thresholds, we can skip the additional step of having to select the drives. Don't want to monitor a drive? Don't select a threshold. Cheers,
  7. Could we add an alias to be displayed along side the device name in the systems view? Or maybe display the last logged in user. Just so it's easier to find a user machine without having to remember/find the device name.
  8. It would massively expand Pulseway's capabilities if Netflow/sflow analysis was added to its feature set.
  9. Hi, We have a lot of customer tasks to run by the end of a month and this means on every last Monday, last Tuesday, last Wednesday... etc. of the month. Could you guys please implement this little feature which should be in todays time a standard option in the schedule settings. Thanks!
  10. Hi Currently having big problems whereby a lot of DNS records have been changed at my hosting company. I know there are third party tools that can monitor DNS changes but is there any way we could incorporate into Pukseway for clients' domains. Regards, Andy
  11. At the moment we use Windows Dashboard 5.1.2 to monitor configured systems during office hours. As not all customers are under the same SLA, we don't need all notifications at all times. Outside office hours our support staff is mobile and would like to use Pulseway Android App to receive notifications on problematic systems. But unfortunately there is no option to include or exclude groups, tags, roles or scopes. And there is no way to tell the app just to show critical notifications. Are these features already planned for a future release of Android App?
  12. I have Pulseway configured on 60 servers all at different locations. I'm waiting to deploy to the workstations until I get it configured just right. My question is: is there a way to get a list of installed programs across all devices? Say I need to know what version of chrome is installed on all the devices, to gauge which ones need updated etc -how would I go about doing that if it's possible?
  13. It would be nice if instead of only by date or severity we could sort notifications by type. All low disk space alerts, all server offline etc.
  14. With MS Sql 2017 bringing official Linux server support for SUSE, Ubuntu, Redhat and others we really need the sql server module ported to Linux
  15. Hi, I would like more option for the automatic maintenance mode. At the moment there are only weekdays and hours. It would be cool to: 1. Be able to mark faster and not only field by field. 2. Be able to not only have hours. 3. Have the possiblity to use official hollidays and hollidays for the customer himself (one time from till like in Outlook). 4. Exeptions for the maintenance mode. For example: one hour after the office closes, the computer makes a backup, and a shutdown after the backup. I go on maintenance mode when the comany closes, because I don't know how long the backup task will need. I don't want the information if the computer goes down, but I need information from backup errors, antivirus and so on. Thanks, Christian.
  16. Is there anyway in the web or the mobile apps when viewing the screen to have it auto refresh? Sometimes I have to few the screen for extended periods of time and I'm constantly hitting refresh. It would be nice if it auto refreshed every 15 or 30 seconds while the screen view was active
  17. It would be great to be able to configure different notification email addresses based on alert type/source/severity. One example is that I'd want an email sent to our SMS page-out list for notifications of server outages or other mission critical events. I'm a new user to Pulseway -- maybe this is already an option? But from what I've gathered, emails can only be sent to the single email address in the account?
  18. We are considering switching over to the RepairShopr PSA platform, and would like to know if an integration with them may be in the works. I understand they use the REST API as well, and have solid documentation on their site for integrating into their platform. Can this be looked into? It is definitely becoming a popular solution, and companies like Ninja RMM and SolarWinds MSP are already integrated with them. Here is their article on their API: http://feedback.repairshopr.com/knowledgebase/articles/376312 Thank you!
  19. I would like to request integration with the Webroot SecureAnywhere AV product.
  20. Whenever there is a note added to the note section is there any way to know when looking through the systems? Maybe change the badge color whenever a note is present? Currently I have to just click on each note section to see if notes have been inputted. If I could tell just by glancing at the section that would be ideal.
  21. It would be nice if on the mobile apps when you click on processes you could long press on a service and add it to the list of monitored services. This way you can do it after the install if needed. Currently the only option is to kill process.
  22. Is it possible to be able to create scopes on the Android app? Use case is all of the built in scripts default to all systems. It would be great if I could adjust the scope on the Android app. I'm trying to avoid logging into the web console, creating a scope and modifying a task, esp for a script I may only have a need to run once on a specific group. Pulseway is great and I love it, it doesn't seem like it scales well. If I add 10 machines a week I would constantly be adjusting things on the web console. I should be able to click any group and run scripts for that group without making a scope etc. Have I missed something or is this possible? For instance under the group tasks would be awesome if it listed automation and reports
  23. Is there anyway to get a report of the results of a script that was ran. For instance the check if computer has 2 hdd script, If I run this against 90 computers I don't want to click on each computer, click on the script, click again to see the results. It would be awesome if I was able to just see a list of failed and a list of passed, Is this possible?
  24. Is there an integration with Freshbooks for the Pulseway PSA, I would like to add it as a feature request. Thank you!
  25. Is there a way to password protect the uninstallation of the agent? If not, I believe that would be very useful and should be considered as a feature request.

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.