How to Find the Login Url of your Concrete CMS Website

This tutorial is over a year old and may not apply to your version of Concrete CMS.
Jan 15, 2016

Now that you have installed Concrete CMS, most of your tasks will be done through the dashboard. You will be able to login to your Dashboard from any web browser.

The the dashboard can be reached by appending the word login to the URL of your site. For example, if you usually access your web site on:

http://www.example.com

then go to http://www.example.com/index.php/login to access the dashboard. login Login to the CMS. This url will always get you to a login page: yoursite.com/index.php/login * Enter your username and password into the relevant fields. * Now click the Login button and if you are logged in successfully you should see the dashboard dashboard

How to Log Out

To log out of the dashboard locate the dashboard icon in the top-right corner of the dashboard. Click on the Logout link. logout

Recent Tutorials
Create custom Site Health tasks
Apr 19, 2024
By myq.

This tutorial will guide you through the creation of a new Site Health task

Reusing the same Express entity in multiple associations
Apr 11, 2024
By myq.

How to create and manage multiple associations in Express

Express Form Styling
Apr 11, 2024
By myq.

Different ways to style Express forms

Setting addon/theme version compatibility in the marketplace
Jan 9, 2024

For developers worn out with setting the latest addon or theme version manually across too many core versions, here is a JavaScript bookmarklet to do it for you.

How to get the locale of a page
Jan 8, 2024
By wtfdesign.

Now, why don't we just have a getLocale() method on Page objects beats me, but here's how you work around it

Using a Redis Server
Jun 16, 2023
By mlocati.

How to configure Concrete to use one or more Redis servers to persist the cache.

Improvements?

Let us know by posting here.