mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[GH-ISSUE #494] Allow setting LXC IDs from the advanced menu #142
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#142
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pyxfluff on GitHub (Feb 22, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/494
🌟 Briefly describe the feature
Allow setting LXC IDs from the advanced menu
📝 Detailed description
I have a very specific layout for LXC IDs and always base my IPs on them (1xx = random & HTTP/DNS, 2xx = monitoring, 4xx = media, LXC 120 = 10.25.0.120, LXC 520 = 10.25.0.52, etc etc) along with making them 5-based (115 120 125 150 200 205) instead of 1 based (115 116 117 118) so being able to set custom IDs for my LXCs instead of letting them cluster in 1xx is crucial
💡 Why is this useful?
Right now there is no support for adding IDs to your LXCs which is frustrating because they all get clustered in 1xx and I can't guess the ID without looking in proxmox which kinda defeats the entire point of staying in the web UI.
@pyxfluff commented on GitHub (Feb 22, 2026):
I found #398 but there is no ID section in the advanced menu for me