Skip 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.

Paul

Administrators
  • Joined

  • Last visited

Everything posted by Paul

  1. @level42, Pulseway runs scripts as the SYSTEM account. HKEY Current User will be different for the SYSTEM account compared with the HKEY Current User for a logged in user. Try running powershell as the SYSTEM account using psexec and you'll be able to run scripts exactly as the Pulseway service runs them. -Paul
  2. Try looking at the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\LastUsedUsername -Paul
  3. The end user will not need to enter anything. You will be able to remote into their computer in any active user session or at the console session. -Paul
  4. Hi @level42, Pulseway runs these commands as the local system user (as it's a Windows Service). When you run the powershell command locally it runs in the user session which shows correctly your username. Kind in mind that Pulseway runs even if there is no logged in user. -Paul
  5. Hi @rwgs, Try running the following command as an administrator: sc delete "PC Monitor" -Paul
  6. Hi Randy, Service monitoring can only be configured locally on the agent or remotely through the Pulseway Dashboard desktop app (you can remotely edit the configuration while a system is online by right clicking on the system and selecting Edit Configuration). This will become a lot easier when we'll move the configuration to the server-side so this won't stay like this for much longer. -Paul
  7. Hi there, Welcome to the Pulseway community . We do support starting, stopping, pausing, removing and restarting windows services, you only need to first tell Pulseway which services you would like to manage. You can set that up from the Pulseway Manager -> System -> Services tab. Registry management is not yet available, it does sound good though. We do have part of our Roadmap to add support for start a Remote Control session directly from the WebApp, we'll consider implementing file transfer outside Remote Control too. -Paul
  8. Hi Matt, Make sure that the gold image doesn't have the HKEY_LOCAL_MACHINE\SOFTWARE\MMSOFT Design\PC Monitor\ComputerName registry value. This will pick up the hostname as the computer name at startup. -Paul
  9. Hi Matt, We're going to be adding ways to re-evaluate the notification condition using Automation Workflows (which is queued for this quarter). -Paul
  10. Hi Jim, Thanks for stopping by, I'm looking forward to hearing what you think of Pulseway. I've checked our records and it looks like you're on the Free plan which doesn't support the remote desktop feature. I've activated a 2 week subscription on your account so you can give our Remote Desktop a go. -Paul
  11. Hi Jessica, Do read this article to learn more about the VPN protocols available: https://protonvpn.com/blog/whats-the-best-vpn-protocol/. Both L2TP/IPSec and IKEv2/IPSec are still used in VPN implementations, it's just different implementations and both come with pros and cons. -Paul
  12. Hi Jason, Unfortunately there are no immediate plans to add an integration for SPX. However you can monitor your backup jobs with event log monitoring https://support.storagecraft.com/s/article/Windows-Event-Log-IDs-created-by-StorageCraft-products?language=en_US -Paul
  13. Paul replied to a post in a topic in Bugs
    Hey everyone, Due to the high risk of breaking the login components of the operating system we're not going to be reintroducing the login feature any time soon. I do apologise for the inconvenience this may cause. -Paul
  14. Paul replied to dtoxic's topic in General
    Hi @dtoxic, Thank you for your report. Can you please send me the resulting "Application Error" from the Applications windows event log? It's message should contain "PCMonitorManager.exe". This will help us identify the bug and resolve it. Also send in the name/model of your motherboard, CPU, HDD/SSDs and GPUs. -Paul
  15. Hi James, The pricing structure is different between the two plans. The Starter plan has a unified endpoint license cost (same cost for Windows servers and workstations) where the Team plan is priced differently and gives access to more monitoring and management features. You will not be able to exceed 19 licenses on the Starter plan however if you want to upgrade further our team will assist you with the migration process to the Team plan. Certain things will need to be migrated manually however online systems can be easily be migrated through an automation script. -Paul
  16. Hi @MichaelL, The Pulseway PSA product is only available on SaaS (cannot be installed on your own servers). -Paul
  17. Hi @Sysnordic, We don't support Linux Remote Control at this time. We're in the works of adding support for macOS. -Paul
  18. Hi Nuno, Thank you for reporting this. We've got plans to improve that system so it would let you know that you've overprovisioned right away and to show how many more licenses you require. We apologise for the inconvenience caused. -Paul
  19. Hey @Daryn, You may run this script to remove all monitored services from your systems: Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\Services" -Name "Count" -Value '0' -Paul
  20. Thanks for announcing the plugin! Can you also post how should people reach out to you to buy/get the plugin? -Paul
  21. Hi Nuno, We've started working on automation triggers, it's planned for Q1/Q2 2020. I'll look into why the ticket doesn't create. -Paul
  22. Paul replied to Digital's topic in Mac
    Pulseway uses a proprietary protocol so there will be no problems porting it for Linux or macOS. -Paul
  23. Try force-closing the app and starting it again or restarting the phone. It should re-register and show up in the webapp. -Paul
  24. Most likely it's a line ending problem. Try adding this line before new-item: $functiontext = $functiontext -replace "`r", "" #avoid duplicating the carriage return $functiontext = $functiontext -replace "`n", "`r`n" -Paul
  25. Hey @amirreza99, You only need to login to the WebApp and approve the device registration. Let me know how that goes. -Paul

Account

Navigation

Search

Search

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.