Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Install Proxmox-VE on Hetzner dedicated-server without KVM console
| Date | Stars |
|---|---|
| 2026-07-24 | 330 |
| 2026-07-25 | 330 |
| 2026-07-28 | 330 |
| 2026-07-30 | 330 |
| 2026-08-06 | 330 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Proxmox on Hetzner Without Console Access
<div align="center">
<img src="https://github.com/ariadata/proxmox-hetzner/raw/main/files/icons/proxmox.png" alt="Proxmox" height="64" />
<img src="https://github.com/ariadata/proxmox-hetzner/raw/main/files/icons/hetzner.png" alt="Hetzner" height="50" />
<h3>Automated Installation for Hetzner Dedicated Servers</h3>



</div>
## 📑 Overview
This project provides an automated solution for installing Proxmox VE on Hetzner dedicated servers **without requiring console access**. It streamlines the installation process using a custom script that handles all the complex configuration steps automatically.
**Compatible Hetzner Server Series:**
- [AX Series](https://www.hetzner.com/dedicated-rootserver/matrix-ax)
- [EX Series](https://www.hetzner.com/dedicated-rootserver/matrix-ex)
- [SX Series](https://www.hetzner.com/dedicated-rootserver/matrix-sx)
> ⚠️ **Note:** This script has been primarily tested on AX-102 servers and configures disks in RAID-1 (ZFS) format.
<div align="center">
<br>
<h3>❤️ Love This Tool? ❤️</h3>
<p>If this project has saved you time and effort, please consider starring it!</p>
<p>
<a href="https://github.com/ariadata/proxmox-hetzner" target="_blank">
<img src="https://img.shields.io/github/stars/ariadata/proxmox-hetzner?style=social" alt="Star on GitHub">
</a>
</p>
<p><b>Every star motivates me to create more awesome tools for the community!</b></p>
<br>
</div>
## 🚀 Installation Process
### 1. Prepare Rescue Mode
1. Access the Hetzner Robot Manager for your server
2. Navigate to the **Rescue** tab and configure:
- Operating system: **Linux**
- Architecture: **64 bit**
- Public key: *optional*
3. Click **Activate rescue system**
4. Go to the **Reset** tab
5. Check: **Execute an automatic hardware reset**
6. Click **Send**
7. Wait a few minutes for the server to boot into rescue mode
8. Connect via SSH to the rescue system
### 2. Run Installation Script
Execute this single command in the rescue system terminal:
```bash
bash <(curl -sSL https://github.com/ariadata/proxmox-hetzner/raw/main/scripts/pve-install.sh)
```
The script will:
- Download the latest Proxmox VE ISO
- Create an auto-installation configuration
- Install Proxmox VE with RAID-1 ZFS configuration
- Configure networking for both IPv4 and IPv6
- Set up proper hostname and FQDN
- Apply recommended system settings
### 3. Optional Post-Installation Optimizations
Run these commands in your Proxmox environment for additional optimizations:
```bash
# Update system packages
apt update && apt -y upgrade && apt -y autoremove && pveupgrade && pveam update
# Install useful utilities
apt install -y curl libguestfs-tools unzip iptables-persistent net-tools
# Remove subscription notice
sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
```
#### Optimize ZFS Memory Usage
```bash
# Configure ZFS memory limits
echo "nf_conntrack" >> /etc/modules
echo "net.netfilter.nf_conntrack_max=1048576" >> /etc/sysctl.d/99-proxmox.conf
echo "net.netfilter.nf_conntrack_tcp_timeout_established=28800" >> /etc/sysctl.d/99-proxmox.conf
rm -f /etc/modprobe.d/zfs.conf
echo "options zfs zfs_arc_min=$[6 * 1024*1024*1024]" >> /etc/modprobe.d/99-zfs.conf
echo "options zfs zfs_arc_max=$[12 * 1024*1024*1024]" >> /etc/modprobe.d/99-zfs.conf
update-initramfs -u
```
## ✅ Accessing Your Proxmox Server
After installation completes:
1. Access the Proxmox Web GUI: `https://YOUR-SERVER-IP:8006`
2. Login with:
Excerpt of 5,733 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:60c4c0aa4a376122, topic:tutorial