[GH-ISSUE #66] [Feature]: Cloud-Init configuration in VM tabs #74

Closed
opened 2026-03-07 19:27:15 +03:00 by kerem · 1 comment
Owner

Originally created by @nothing-fr on GitHub (Mar 3, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/66

Feature Description

Currently, Cloud-Init configuration is not possible via ProxCenter. Would it be possible to add a new tab to allow this to be configured at the VM level ?

Image

Problem / Use Case

Problem:

  • Cloud-Init configuration is not possible via ProxCenter

Use Case:

  • You aim to centralize all operations related to VMs via ProxCenter, this is an essential option for deploying and configuring new VMs.

Proposed Solution

  • Add the option ?

Alternatives Considered

No response

Category

Infrastructure Management

How important is this feature to you?

Essential to have (but it's still possible to do it in proxmox...)

Additional Context

No response

Contribution

  • I would be willing to help implement this feature
Originally created by @nothing-fr on GitHub (Mar 3, 2026). Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/66 ### Feature Description Currently, Cloud-Init configuration is not possible via ProxCenter. Would it be possible to add a new tab to allow this to be configured at the VM level ? <img width="1210" height="90" alt="Image" src="https://github.com/user-attachments/assets/98658f55-fe34-4f67-a579-a9083d3fe37d" /> ### Problem / Use Case **Problem:** - Cloud-Init configuration is not possible via ProxCenter **Use Case:** - You aim to centralize all operations related to VMs via ProxCenter, this is an essential option for deploying and configuring new VMs. ### Proposed Solution - Add the option ? ### Alternatives Considered _No response_ ### Category Infrastructure Management ### How important is this feature to you? Essential to have (but it's still possible to do it in proxmox...) ### Additional Context _No response_ ### Contribution - [ ] I would be willing to help implement this feature
kerem 2026-03-07 19:27:15 +03:00
Author
Owner

@adminsyspro commented on GitHub (Mar 3, 2026):

A new Cloud-Init tab has been added to the inventory VM details, allowing you to view and edit cloud-init settings directly on existing VMs — no need to redeploy from a template.

What's included:

  • User / Password — view and edit the cloud-init user and password
  • SSH Public Keys — view and edit SSH keys (with proper encoding)
  • IP Configuration — view/edit ipconfig0..N (supports ip=dhcp or static ip=<IPv4/CIDR>,gw=)
  • DNS Server & Search Domain — editable nameserver and searchdomain fields
  • VMs without a cloud-init drive show a clear info message instead

All changes are saved directly to the Proxmox VM configuration via the API.

Available in both English and French.

<!-- gh-comment-id:3990777511 --> @adminsyspro commented on GitHub (Mar 3, 2026): A new Cloud-Init tab has been added to the inventory VM details, allowing you to view and edit cloud-init settings directly on existing VMs — no need to redeploy from a template. What's included: - User / Password — view and edit the cloud-init user and password - SSH Public Keys — view and edit SSH keys (with proper encoding) - IP Configuration — view/edit ipconfig0..N (supports ip=dhcp or static ip=<IPv4/CIDR>,gw=<GW>) - DNS Server & Search Domain — editable nameserver and searchdomain fields - VMs without a cloud-init drive show a clear info message instead All changes are saved directly to the Proxmox VM configuration via the API. Available in both English and French.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxcenter-ui#74
No description provided.