Advanced Search
Search Results
22 total results found
1.0 Network Diagram šŗļø
3.0 Tailscale Setup š½
Install Tailscale and create an account Create new Ubuntu Server VM on the Proxmox serverĀ (Refer toĀ Create a VMĀ in How to: Proxmox) Create a Tailscale Connection (Refer to the doc)
4.0 Docker š
Docker Swarm IP Table Docker Swarm Nodes IP Addresses Honeybee 192.168.1.64 Bumblebee 192.168.1.65 Masonbee 192.168.1.66 Test whether or not the user can connect to each Docker swarm:...
6.0 Monitoring š¹
2.0 Adding Users to Docker Group
*Must be done on each docker node if there's more than one *Any confusion on command syntax/structure can be clarified in Legend Login to the docker node Add the user *Set the password to something easy i.e. password // can also be chan...
1.0 Installation
Materials / Pre-Setup Download Tailscale and make an account on userās system Create new Ubuntu Server VM on the Proxmox serverĀ (Refer to Create a VM in How to: Proxmox) VM Customization Options Some "conventions" are only applicable to the Proxmox...
2.0 Creating a Tailscale Connection
Adding a Device Go to yourĀ Tailscale Admin Console Add new machine on userās Tailscale Add device > Linux Server Generate install script Copy and paste install script into user's Ubuntu Server VM (might have to manually type it out if ssh isn'...
1.0 Installation and Swarm Initialization
Materials / Pre-Setup Create new Ubuntu Server VM on the Proxmox serverĀ (Refer toĀ Create a VM in How to: Proxmox) **TO BE ADDED
1.0 Generate and Add SSH Keys to Github
*Any confusion on command syntax/structure can be clarified inĀ Legend On device you want to ssh with, open a shell (e.g. PowerShell), enter the command below: Just press Enter for the prompts Make sure to note where the SSH keys are being stor...
2.0 Import SSH keys (on Debian Linux)
*Any confusion on command syntax/structure can be clarified inĀ Legend Importing Personal SSH Keys Applicable to Personal / Home Lab setup Import the userās GitHub keys so they can ssh from their computer: If any new SSH keys from other devices ar...
1.0 Installation
Materials / Pre-Setup: USB Flash drive Machine with minimum requirements To make a Proxmox Cluster - 2 minimum, but 3 machines are preferred (for fault tolerance and high availability) Understand the schema of your network (i.e. IP subnet, defaul...
2.0 Proxmox Users and Groups
Adding New Users Access the Proxmox GUI by entering the static IP you gave it into a web browser appending :8006 (the port) to it as well The default login for Proxmox is: root The password is what you set during installation For security reasons, ch...
3.0 Create a VM
If the ISO for the operating system that you desire is not already available in the existing catalog of ISO Images, you must download it.Ā Please do look first, to see if it is already there. Download ISO images of VMs you'd like to virtualize: Ubuntu ...
What is Proxmox?
Introduction Virtualization is a technology that allows you to create and run multiple "virtual" computers inside a single physical computer. Instead of needing multiple separate machines, virtualization lets you run multiple operating systems (like Windows, ...
What is Tailscale?
Introduction Tailscale is a modern, easy-to-use VPN (Virtual Private Network) service that allows you to securely connect your devices, no matter where they are, as if they were on the same private network ā( Ā“ ā½ ` )ā. Unlike traditional VPNs, Tailscale is bu...
What is SSH?
Introduction SSH (Secure Shell) is a cryptographic network protocol that enables secure communication between computers over a potentially unsecured network, like the internet. It is primarily used to remotely access and manage servers, devices, and systems. ...
What is Docker?
Introduction Docker is a platform that allows you to easily package, deploy, and run applications in a lightweight, portable, and consistent way. It uses a technology called containers to isolate applications and their dependencies (such as libraries and othe...
4.0 Clustering
Once you have your Proxmox nodes initialized, it's quite easy to get them clustered together.Ā Creating a Cluster Choose the machine you want to be the primary node for the cluster Click on the "Datacenter" at the top left of the interface Click on "Cl...
Resources į( į )į
This is a live page of resources that people have used in their projects that they've found useful! ļ¼¼(ļ¼¾āļ¼¾)ć”(ļ¼¾āļ¼¾)ć Proxmox Resources š½ TUTORIALS: Cluster Manager - Proxmox Docs TROUBLESHOOTING: FQDN during Proxmox VE Installation Remove or reset c...
3.0 Using SSH
SSH into a SystemOpen up a new shell (e.g. PowerShell)Type in the following:ssh [USERNAME]@[IP ADDRESS]ORssh [HOST]IMAGE SHOWING A SUCCESSFUL SSH ACCESS:Ā