{ "name": "PVE LXC Tag", "slug": "add-iptag", "categories": [ 1 ], "date_created": "2025-06-16", "type": "pve", "updateable": false, "privileged": false, "interface_port": null, "documentation": null, "website": null, "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/proxmox.webp", "config_path": "/opt/iptag/iptag.conf", "description": "This script automatically adds IP address as tags to LXC containers or VM's using a systemd service. The service also updates the tags if a LXC/VM IP address is changed.", "install_methods": [ { "type": "default", "script": "tools/pve/add-iptag.sh", "resources": { "cpu": null, "ram": null, "hdd": null, "os": null, "version": null } } ], "default_credentials": { "username": null, "password": null }, "notes": [ { "text": "Execute within the Proxmox shell", "type": "info" }, { "text": "Configuration: `nano /opt/iptag/iptag.conf`. iptag Service must be restarted after change. See here for full documentation: `https://github.com/community-scripts/ProxmoxVE/discussions/5790`", "type": "info" }, { "text": "The Proxmox Node must contain ipcalc and net-tools. `apt-get install -y ipcalc net-tools`", "type": "warning" }, { "text": "You can execute the ip tool manually with `iptag-run`", "type": "info" } ] }