Support
- Advanced Backup
- Client Side
- Cloud Enterprise
- ColdFusion
- Captcha
- Cf Faq
- Cfc
- Cfcontent
- Cfmail
- Cfobject
- Cfsqlinjection
- Cftags
- Cfximagecr
- Customtag
- Dsnless
- Flash_form
- Reserved Words
- Tagsfunctions
- Cfusion
- Upgrade JVM for ColdFusion on Windows
- ColdFusion Error: Server monitoring and API is not available in this edition of ColdFusion Server
- Create a CFIDE mapping under IIS7
- Reset the ColdFusion Administrator password
- CFIDE FAQ
- Microsoft Access DSN in ColdFusion for 64-bit machines
- Using cfexchange tag with Hosted Messaging and Collaboration
- Create a CFIDE mapping under IIS6
- Use a Redirect Script in ColdFusion
- Access DSN on 64bit Windows ColdFusion
- Browseserver
- Configure Log Rotation for ColdFusion -out Logs
- Control Panel
- cPanel
- Customer Portal
- DNS Information
- Dedicated Servers
- DirectAdmin
- Domain Name
- dotDefender
- Dreamweaver
- FileCatalyst
- Front Page
- FTP
- General Information
- Hosted Exchange & SharePoint
- IIS6
- IIS7
- Juniper Netscreen Firewalls
- Linux
- List Server
- MIVA Merchant
- MySQL
- Patching / Server Updates
- phpMyAdmin
- Plesk
- Policies and Procedures
- Premium Spam Filtering
- Programming
- Ruby on Rails
- Search Engine Submission
- SharePoint 3
- SharePoint 2010
- SiteDesigner
- SmarterMail 3
- SmarterMail 4
- SmarterMail 5
- SmarterMail 6
- SmarterMail 7
- SmarterStats
- SmarterTrack
- SQL Server
- Secure Socket Layer (SSL)
- Uploading Your Website
- Video Tutorials
- Windows Server 2003
- Windows Server 2008
- Web Design
- WordPress
- Advanced Monitoring
- MediaWiki
- Enkompass
- Microsoft Outlook 2010
- Android
- Outlook Web Access
- Critical Availability Service
- NAS Data Transfer
- Customer Portal Demos
- Joomla
- Moodle
- Cloud Dedicated
- Gallery CMS
- phpBB
- Standard Monitoring
- Righteous Restore
- NAS (Network Attached Storage)
- Networking
- SmarterMail 8
- PCI Security Scan
- LinkTiger
- Windows Cloud VPS
- Linux Cloud VPS
- Linux VPS
- Windows VPS
- Hyper V
- ENSIM
- Alert Logic
- Webmin
- e107
- Vbulletin
- VPN
- Visual Vault
- Mozilla Thunderbird
- PyroCMS
- Active Directory
- Vmware Related
- Drupal
How do I reset the ColdFusion Administrator password?
If you forget the ColdFusion Administrator password you can update the neo-security.xml file to disable password authentication for the ColdFusion Administrator. You can then access the ColdFusion Administrator, reset the password and re-enable password authentication. You will need to have administrative access to the server running ColdFusion to complete this process.
Note: This article only applies to our ColdFusion VPS hosting plans and dedicated servers running ColdFusion. Shared ColdFusion hosting customers do not have access to the ColdFusion Administrator.
To reset the ColdFusion Administrator password, please follow these steps.
Windows:
- Connect to the server using Remote Desktop Connection.
- Stop the ColdFusion service by going to Start > Run > and typing services.msc.
- Navigate to the neo-security.xml file located in the ColdFusion /lib/ directory, for example c:\coldfusion8\lib\neo-security.xml
- Open the file for editing in Notepad or WordPad.
- Find the section for admin.security.enabled. It will look similar to the following:
- <var name="admin.security.enabled"><boolean value="true" /></var>
- Change the value from true to false.
- Save and exit the file.
- Start the ColdFusion service via services.msc.
- In a browser, load the ColdFusion Administrator.
- Expand Security and select CF Admin Password.
- Check Use a ColdFusion Administration password.
- Enter the new password and click Submit Changes.
Linux:
- Connect to the server using SSH.
- Navigate to the neo-security.xml file located in the ColdFusion /lib/ directory. For example /opt/coldfusionmx/lib/neo-security.xml
- Open the file for editing.
- Find the section for admin.security.enabled. It will look similar to the following:
- <var name="admin.security.enabled"><boolean value="true" /></var>
- Change the value from true to false.
- Save and exit the file.
- Restart ColdFusion. For example: /etc/init.d/coldfusionmx7 restart
- In a browser, load the ColdFusion Administrator.
- Expand Security and select CF Admin Password.
- Check Use a ColdFusion Administration password.
- Enter the new password and click Submit Changes.
