November Happy Hour will be moved to Thursday December 5th.

Jeff Wallace
Mar 24, 2010
  20444
(1 votes)

How to Access EPiServer CMS Edit Mode with the URL

Often times I find myself accessing CMS Edit mode (or Admin mode) directly via the URL.  It seems pretty basic when you’ve worked with the system for a while but maybe we take that knowledge for granted based on our experience.  I’ve had a few partners ask about his recently so I thought I’d write a short and simple blog post about it.

CMS 6 Edit Mode (based on CMS 6 RC1):

http://<computername>:<port>/<yoursitename>/<ui>/cms/edit

Where…

o <computername> is your computer name

o <port> is the port you configured for the site during install. Default is 17000 for the first site install

clip_image002[6]

o <yoursitename> is the name you configured for the site during install. Default for the site is “MyEPiServerSite”

clip_image004[6]

o <ui> is the relative path you configured for the site during install

clip_image006[6]

Example:

http://mywindowsysevenmachine:17000/myepiserversite/ui/cms/edit

 

CMS 5 Edit Mode (based on CMS 5 R2 SP2):

http://<computername>:<port>/<yoursitename>/<ui>/edit

o Essentially this is the same as above for CMS 6 however by default CMS 6 uses ../ui/cms/edit and CMS 5 uses ../ui/edit.

 

Notes:

o If you aren’t certain what path you set for your site on install:

o Open the episerver.config file for the site typically located at C:\EPiServer\Site\<yoursitename> (CMS 6 stores this in episerver.config. CMS 5 stores this in web.config)

o Search for “uiUrl”. You will find something similar to the following: ~/MyEPiServerSite/UI/. This is the relative UI path. Adding “edit” to the tail of this path will give you the relative Edit mode path.

o If you aren’t certain what your sites URL or port for your site is:

o Open the episerver.config file for the site typically located at C:\EPiServer\Site\<yoursitename> (CMS 6 stores this in episerver.config. CMS 5 stores this in web.config)

o Search for “siteUrl”. Here you should find the site URL as well as the port.

o How do you access Admin mode via URL?

o Typically the same as the above steps for Edit mode but swap in “admin” in place of “edit” in the URL.

Example:

http://mywindowsysevenmachine:17000/myepiserversite/ui/cms/admin

Mar 24, 2010

Comments

Oct 9, 2010 01:40 PM

Haha, I've been reading about the edit mode and trying to access it for hours. Surely this should be more prominent in the getting started section. Anyhow, thanks for posting it.

Feb 6, 2014 10:20 AM

I know this might be old, but had a similar problem when installing v7.5.

If this is the error:
This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".

Make sure you have enabled the proper settings under Windows features:
Goto "Turn windows features on or off" in the Control Panel / Programs menu
in the features window, Click: "Internet Information Services"
Click: "World Wide Web Services"
Click: "Application Development Features"
Check/enable the features. I checked all.

This worked for me at least.

Ashraf Al-Safoo
Ashraf Al-Safoo Oct 27, 2014 08:02 PM

This is very useful. I even bookmarked it. Thanks Jeff

Please login to comment.
Latest blogs
CMS Core 12.22.0 delisted from Nuget feed

We have decided to delist version 12.22.0 of the CMS Core packages from our Nuget feed, following the discovery of a bug that affects rendering of...

Magnus Rahl | Dec 3, 2024

Force Login to Optimizely DXP Environments using an Authorization Filter

When working with sites deployed to the Optimizely DXP, you may want to restrict access to the site in a particular environment to only authenticat...

Chris Sharp | Dec 2, 2024 | Syndicated blog

Video Guides: Image Generation Features in Optimizely

The AI Assistant for Optimizely now integrates seamlessly with Recraft AI, providing advanced image generation capabilities directly within your...

Luc Gosso (MVP) | Dec 1, 2024 | Syndicated blog

DAM integration new major version, performance improvements and Library Picker folder selection

As you might already have seen we have decided to delist the EPiServer.CMS.WelcomeIntegration version 1.4.0 where we introduced Graph support....

Robert Svallin | Nov 29, 2024

Adding Geolocation Personalisation to Optimizely CMS with Cloudflare

Enhance your Optimizely CMS personalisation by integrating Cloudflare's geolocation headers. Learn how my Cloudflare Geo-location Criteria package...

Andy Blyth | Nov 26, 2024 | Syndicated blog

Optimizely SaaS CMS + Coveo Search Page

Short on time but need a listing feature with filters, pagination, and sorting? Create a fully functional Coveo-powered search page driven by data...

Damian Smutek | Nov 21, 2024 | Syndicated blog