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.

Paul

Administrators
  • Joined

  • Last visited

Everything posted by Paul

  1. Paul replied to bbb's topic in REST API
    Hey there, It seems to me that you are using the wrong endpoint: https://api.pulseway.com/v1/publish should only be used for Publish and https://api.pulseway.com/v1/notify should be used for Notify. I believe that the reason you are getting a successful response (HTTP 200) is because they are allowing you to publish with empty contents. So if you specify a valid instance_id the publish will succeed. (@Pulseway: correct me if I'm wrong). I just tested your request with the correct endpoint and it seems to be working here. Paul
  2. Hey there, I'm using Pulseway to monitor my error log files (maybe you can edit your scripts to write only errors to the file you ask Pulseway to monitor) and send me a notification whenever the file changes. This way you will be able to open Pulseway on your mobile device and tail the error log file to view the error you are looking for. Pulseway doesn't know to filter notifications by keywords (as of now) but you can have your script only write to the Pulseway monitored log file if it contains the keywords you are looking for. This may be a workaround but at least you get the job done . Good Luck!
  3. Thanks for sharing this. Very useful for other people that are searching for WOL with intel 85279v.
  4. The ACPI sleep states are not supported by all BIOS firmwares. http://en.wikipedia.org/wiki/Advanced_Configuration_and_Power_Interface Can you wake your computer with any other software?
  5. Try using WOL port 9 and see if that fixes your problems. WOL ports are 7 and 9. Pulseway should send WOL packets to port 7 too however it's fair enough to test. Also try making your computer power off to S5 rather than S3 and see if that fixes your problem. This can be set from the BIOS settings.
  6. Hey there, What do you mean by archived notification. If my memory helps, Pulseway's Dashboard has no support for archiving notifications, however it can permanently delete them. Also, how do you know it was the Dashboard that deleted the notification?
  7. However this is a fair feature request. I can find a couple of scenarios when this could be useful. +1 for this.
  8. Turn on diagnostic logging from Settings -> Diagnostics, try to open the VM on your mobile device again (wait for the message with data not available to show up) and then send the trace.log file from Pulseway's installation directory to support [at] pulseway [dot] com. I'm sure they will be happy to help you .
  9. Hey soetie, This happened to me once, try generating a new certificate and importing it again on the Azure Management Portal. For some reason the OS lost your certificate key (maybe it was very old?) Paul
  10. Hello Francis, Glad you got it working.
  11. Hello Kannon, First of all you cannot wake up a computer that is connected to the Internet using WiFi because the WiFi network adapter is turned off when your computer shuts down. Only wired Ethernet network adapters stay on while your computer is offline which makes it possible to wake your computer via Wake On LAN. To create a port forward you need to do the following: Gain access to your router's configuration panel (Look at your network adapter's configuration and try opening in the browser the IP address you see in the Default Gateway or the DHCP Server fields. Set your computer to use a Static IP Address (either you configure a DHCP reservation for the MAC address of your network adapter or you configure a static IP address in your network adapter make sure your IP address does not change). Create a port forward rule (Some routers call it Port Mapping) that forwards connections from UDP port 9 to the UDP port 9 of the local IP address of your computer. You need access to your BIOS to check that Wake On LAN is enabled for the wired network adapter! Paul
  12. Hello Kannon, Is your computer connected to your router using WiFi or via Ethernet cable? Did you create a port forward rule for your WOL port in your router? Did you enable WOL (Wake On Lan) in your BIOS?
  13. The following commands should remove Pulseway permanently from your computer: launchctl remove com.mobilepcmonitor.PCMonitorHelper rm -rf /Library/LaunchDaemons/com.mobilepcmonitor.PCMonitorHelper.plist rm -rf /Library/PrivilegedHelperTools/com.mobilepcmonitor.PCMonitorHelper rm -rf /var/root/Library/Application\ Support/PCMonitor/
  14. Is your computer configured to notify you when it starts or shuts down?
  15. Paul replied to James B's topic in iOS
    Hello James, Screen View and Webcam View require an active subscription to work (trial excluded). Do you have a subscription on your account? If so email support at pulseway dot com and they will gladly help you. Paul
  16. Do you have a subscription? Server modules are only available if your account is using a paid subscription.
  17. Paul replied to zorguz's topic in General
    Hello, I've built an application that can increase / decrease your system volume (I did not test if it works from the terminal window of PC Monitor [session zero isolation], but if it doesn't work create a scheduled task that runs the app). Usage: Source code is included in the archive. You need .net framework 4.0 to run this application. Have fun, Paul VolumeControl.zip
  18. Paul replied to Danne's topic in General
    Yes, add more windows machines. Aside from this alternative there is no other way...
  19. Worth adding that Pulseway 4.4 is now out and it has the new notification priority customization feature . Thank you for the cool feature!
  20. Hi there, Is that machine also a domain controller? You can only enable the Active Directory server module on Directory Controllers...
  21. In that case go to advanced firewall rules and add a new outbound rule that allows only PCMonitorSrv.exe access to the internet. Then create another outbound rule that blocks everything else. When you are home you will need to disable those firewall rules (if possible without your son noticing). Or maybe create a batch file and save it into a directory that's included in your PATH variable so you can send commands to the terminal like: firewallon.bat or firewalloff.bat . Let me know if you need help with the commands.
  22. I may misundertand you but you want to completely block all outbound traffic that's not using port 443 (HTTPS) only for two computers in the LAN? This is a bad idea since your system still needs to do DNS queries (to properly resolve PC Monitor's servers and to provide other services). Again, why do you want to block outbound traffic?
  23. Why not do it from Windows Firewall? Create a rule that blocks all outgoing traffic that's not from port 443.
  24. Why would you want to manage ALL services? You will have to scroll on the list to find the one you need. Same goes for counters, you really read all counter values?
  25. I think you can only do this if you have an enterprise server and share your computers from one main account. When you share computers you get the option to select if you wish to get notifications.

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.