Elixir Remote Monitor 



A Mix task that helps you to observe your remote elixir nodes from your local machine.
It finds out the ports your remote Elixir node is running on, binds them to your local machine and starts the erlang observer for you.
Installation
Add remote_monitor to your list of dependencies in mix.exs:
def deps do
[{:remote_monitor, "~> 0.1.0", only: :dev}]
endUsage
$ mix remote_monitor user@example.com your_app_cookie
Follow the instructions in the console.