Pangolin Community Edition

magicbeing

New Member
I signed up to get help with Pangolin Community Edition but searching for Community Edition finds nothing. Am I in the right place?!

I am self hosting Pangolin CE on a VPS and have a 'home lab' using Proxmox with a VM running Newt under Docker Compose. My Pangolin dashboard shows the site is "online" but I'm not sure what to do next. Blogs and docs I've found so far gloss over how to set up resources so I am not sure:
- how to setup and access a private resource (e.g. ssh to my network)
- I've yet to try a public resource, but could test using Portainer which is running under Docker Compose alongside Newt EDIT: I have this working and restricted to a single user!

I have the public resource working (Portainer) with both Newt and Portainer running under Docker Compose in the same VM
- is it possible for me to set up access to a different VM on the same Proxmox node? I have home assistant running as HAOS under its own VM. I understand that I could change this to run HA alongside Portainer and Newt in their VM, but want to know if Newt can access other parts of my network and how to do this.

Any help appreciated.
 
Last edited:
EDIT above (too late!)...

I have figured out...

Setup ssh (from Linux) to Home Lab Proxmox node
In Proxmox > Resources > Private
Mode: Host
Destination: network IP of the Proxmox node (home lab network)
An alias using your Pangolin VPS address: homelabnode.example.com

To access this you need the Pangolin CLI on your local machine, then login to Pangolin and start it up:
pangolin login
pangolin up
ssh user@homelabnode.example.com
 
Back
Top