PHPackages                             wrklst/pulse-remote-server - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. wrklst/pulse-remote-server

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

wrklst/pulse-remote-server
==========================

A Laravel Pulse Recorder for Remote Servers

v0.2.6(2y ago)1318.7k↓56.9%2MITPHPPHP ^8.1

Since Feb 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/wrklst/pulse-remote-server)[ Packagist](https://packagist.org/packages/wrklst/pulse-remote-server)[ RSS](/packages/wrklst-pulse-remote-server/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (7)Dependencies (2)Versions (7)Used By (0)

Remote Server for Laravel Pulse
===============================

[](#remote-server-for-laravel-pulse)

Enhance your server stats by adding remote Linux servers to the mix. This feature is designed to incorporate remote servers to Laravel Pulse that do not execute PHP, such as database or cache servers. Servers running PHP are recommended to install their own instance of [Laravel Pulse](https://pulse.laravel.com) instead.

Installation
------------

[](#installation)

Begin by installing the package via Composer:

```
composer require wrklst/pulse-remote-server
```

Authentication
--------------

[](#authentication)

Ensure SSH key authentication is set up for accessing the remote server. The Remote Server package assumes the remote server is running Linux. It is compatible with both Mac and Linux servers for your local Larvel Pulse installation.

Register the Recorder
---------------------

[](#register-the-recorder)

In your `pulse.php` configuration file, incorporate the `\WrkLst\Pulse\RemoteServer\Recorders\RemoteServers` class with the desired settings:

```
return [
    // Other configurations...

    'recorders' => [
        \WrkLst\Pulse\RemoteServer\Recorders\RemoteServers::class => [
            [
                'server_name' => "database-server-1",
                'server_ssh' => "ssh forge@1.2.3.4",
                'query_interval' => 15,
                'directories' => explode(':', env('PULSE_SERVER_DIRECTORIES', '/')),
            ],
            [
                'server_name' => "cache-server-1",
                'server_ssh' => "ssh forge@1.2.3.5",
                'query_interval' => 15,
                'directories' => explode(':', env('PULSE_SERVER_DIRECTORIES', '/')),
            ]
        ],
    ]
]
```

Don't forget to run [the `pulse:check` command](https://laravel.com/docs/10.x/pulse#capturing-entries) to start recording.

Configuration Notes
-------------------

[](#configuration-notes)

- `server_name`: Specify the name of the server as it should appear in the server stats.
- `server_ssh`: Enter the SSH command to connect to the server (`ssh user@ipaddress`). You can also include options like `-p 2222` for non-standard ports.
- `query_interval`: Define the interval for querying the remote server's stats, in seconds.
- `directories`: Specify the directories to check for used and available disk capacity. By default, this is set to "/", but you can add multiple directories or change the directory. Note that altering this configuration might impact query performance. For specialized setups, consider forking the repository and adjusting the shell script accordingly.

And that's all there is to it!

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~16 days

Total

6

Last Release

786d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f3f6bd1edba627327dfd6ef024d090169ac7c084e0e9df71e6c9ff9ad20b970?d=identicon)[wrklst](/maintainers/wrklst)

---

Top Contributors

[![tobiasvielmetter](https://avatars.githubusercontent.com/u/5571166?v=4)](https://github.com/tobiasvielmetter "tobiasvielmetter (14 commits)")

---

Tags

laravellaravel-pulseremote-serverlaravelserverremote

### Embed Badge

![Health badge](/badges/wrklst-pulse-remote-server/health.svg)

```
[![Health](https://phpackages.com/badges/wrklst-pulse-remote-server/health.svg)](https://phpackages.com/packages/wrklst-pulse-remote-server)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2831.6M9](/packages/spatie-laravel-prometheus)[api-platform/laravel

API Platform support for Laravel

58171.8k14](/packages/api-platform-laravel)[thiagof/laravelrpc

JsonRPC Client/Server services for Laravel 5

337.6k](/packages/thiagof-laravelrpc)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
