<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Set vCenter Server root password to never expire - VMware vSphere help				            </title>
            <link>https://www.virtualizationhowto.com/community/vmware-vsphere-help/set-vcenter-server-root-password-to-never-expire/</link>
            <description>Virtualization Howto Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 19 Jul 2026 06:17:25 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Set vCenter Server root password to never expire</title>
                        <link>https://www.virtualizationhowto.com/community/vmware-vsphere-help/set-vcenter-server-root-password-to-never-expire/#post-1035</link>
                        <pubDate>Fri, 18 Oct 2024 19:54:30 +0000</pubDate>
                        <description><![CDATA[Especially in the home lab, you may not want your vCenter Server VCSA root password to expire as you would do in production. This can be a pain and usually happens at the worst time, when yo...]]></description>
                        <content:encoded><![CDATA[<p>Especially in the home lab, you may not want your vCenter Server VCSA root password to expire as you would do in production. This can be a pain and usually happens at the worst time, when you are upgrading, etc. To see if your root account is set to age, you can use this command from the command line:</p>
<pre contenteditable="false">chage -l root
</pre>
<p>Then we can set it to not expire using the following command:</p>
<pre contenteditable="false">chage -I -1 -m 0 -M 99999 -E -1 root
</pre>
412
<p>That's it, now you can enjoy not having to reset your root password for your VCSA appliance again.</p>]]></content:encoded>
						                            <category domain="https://www.virtualizationhowto.com/community/vmware-vsphere-help/">VMware vSphere help</category>                        <dc:creator>Brandon Lee</dc:creator>
                        <guid isPermaLink="true">https://www.virtualizationhowto.com/community/vmware-vsphere-help/set-vcenter-server-root-password-to-never-expire/#post-1035</guid>
                    </item>
							        </channel>
        </rss>
		