[SOLVED] How to rename uploaded ISO files on local storage

Last edited:
  • Like
Reactions: ledpeach
There is no such options on the webUI, do I have to delete it and re-upload?
Older post, and it's technically been answered, but I wanted to provide the steps in writing for anyone else in the future.
leesteken is 100% correct, the ISOs are usually found in the /var/lib/vz/template/iso/ directory.

Steps to rename an ISO:
1. SSH/Console into the PVE Node you wish to modify
2. To list the existing files: ls /var/lib/vz/template/iso/
3. To rename a file: mv /var/lib/vz/template/iso/OLD_NAME.iso /var/lib/vz/template/iso/NEW_NAME.iso
4. Check the file once again with: ls /var/lib/vz/template/iso/
That's it! Refresh the UI and check the directory once again. Rinse and repeat as needed.