Macguire's Docs
GitHubGitHub (opens in a new tab)
  • Setup
    • Install Proxmox
    • Get ISOs
      • pfSense
      • Create Vms
      • pfSense
      • Wireguard
  • macOS
  • Topics
  • Dotfiles
  • Index
  • Message Authentication Code Incorrect
  • Moving Proxmox to New Disk
  • Setup
  • Simplelogin
  • Symbolic Links
    • JavaScript
    • Nextra
    • TypeScript
      • Box Shadow
      • Motion
      • Mdx
    • Adguard Home
    • General
    • Home Assistant
    • Nginx Proxy Manager
    • Alpine
    • Linux
    • Red Hat Enterprise Linux
    • Ansible
    • Apache
    • Asdf
    • Borg
    • Find
    • Firewalld
    • Git
    • Host
    • Python
    • Rsync
    • Ssh
    • Stat
    • Resize VM Disk
    • Favicon
    • Htaccess
    • Mysql
    • PHP
    • Phpmyadmin
    • WordPress

On This Page

  • Set up Alpine
  • Set up WireGuard
Question? Give us feedback → (opens in a new tab)Edit this page
operating-systems
Alpine

Alpine

Set up Alpine

Log in as root (no password), then run the setup-alpine command.

setup-alpine -q # -q to run the 'quick' setup
apk add openssh curl
rc-update add sshd
service sshd start
passwd root # change the password for root
echo http://dl-cdn.alpinelinux.org/alpine/v3.16/community >> /etc/apk/repositories

Set up WireGuard

https://www.cyberciti.biz/faq/how-to-set-up-wireguard-vpn-server-on-alpine-linux/ (opens in a new tab)

Nginx Proxy ManagerLinux

Macguire's docs