PVE是个很不错的开源虚拟化平台,每个人都可以免费地享用它,然而没有订阅企业版每次登录Web管理时都会出现一个“No Valid Subscription(无有效订阅)”的提示:“You do not have a valid subscription for this server. Please visitwww.proxmox.comto get a list of available options.”。要点“确定”或关闭它才...
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rickycodes/pve-no-subscription/main/no-subscription-warning.sh | sh Do not curl blindly 🙈Audit the script before you run it. It's not doing anything terribly surprising, I assure you!
I've seen a few threads here about how if one doesn't have a Proxmox subscription, the pve-no-subscription repository can be configured for updates instead. My question is, should it be? The description of this repo is 'This is the recommended repository for testing and non-production use...
Hi guys, I'm a newbie with Proxmox system and will be appreciated for your help. I have freshly installed PVE 8.0.3 version with no subscription key and I...
list.d/pve-no-subscription.list sed -i.bak "s#http://ftp.debian.org#https://repo.huaweicloud.com#g" /etc/apt/sources.list #华为Debian源 sed -i "s#http://security.debian.org#https://repo.huaweicloud.com/debian-security#g" /etc/apt/sources.list #华为Debian源 apt update && apt-...
## 输出内容参考:deb https://mirrors.ustc.edu.cn/proxmox/debian/pve bullseye pve-no-subscription 1.3.PVE CT Templates 替换 如果需要使用 Proxmox 网页端下载 CT Templates,可以替换 CT Templates 的源。 该功能我未使用,因此只做记录: ## 替换 CT Templates 源cp/usr/share/perl5/PVE/APLInfo.pm /usr...
//mirrors.ustc.edu.cn/proxmox/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg# 使用Proxmox非企业版源echo"deb https://mirrors.ustc.edu.cn/proxmox/debian bookworm pve-no-subscription"> /etc/apt/sources.list.d/pve-no-subscription.list# 将Debian官方源...
要消除它也简单, 打开/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js,搜索“No valid subscription”,并修改它前面的if条件。如下 更新前的脚本 改成如下 修改后的脚本 修改完成后重启网页服务 systemctl restart pveproxy 若重新登录还有提示,请刷新网页再试试。
# 编辑文件 nano /etc/apt/sources.list.d/pve-enterprise.list # 将下面这一行注释掉 (前面加上井号) # deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian bookworm pve-no-subscription 四、更新一下测试: apt-get update PVE 8.3 更新升级内容: 新增“标签视图”功能,允许用户在资源树中按分配的...
echo “deb https://mirrors.ustc.edu.cn/proxmox/debian/pve stretch pve-no-subscription” > /etc/apt/sources.list.d/pve-no-subscription.list 2、常用的设置几命令 ●磁盘映射 添加新硬盘 装好硬盘启动后查看下硬盘的名称 ls /dev/sd* 查看硬盘及硬盘分区(SATA硬盘) ...