Accessing the Admin Panel
Open your browser and navigate to your admin URL:- Local development:
http://localhost:4000 - Production:
https://your-admin-domain.com(or whatever domain you configured during setup)
Creating a New Article
NodeForgeCMS organizes all written content as articles. Whether you are publishing a blog post, a product page, or a support article, the process is the same.- In the left-hand sidebar, click Articles.
- Click the + New Article button in the top-right corner.
- Fill in the article fields:
- Title — the human-readable headline displayed on the page.
- Body — the main content area. The rich-text editor supports headings, lists, links, bold/italic formatting, and inline images.
- Meta Title / Meta Description — used by search engines. Keep the meta title under 60 characters and the description under 160 characters.
- In the Column dropdown, assign the article to a content column (e.g., News, Products, Support). Columns control where the article appears in your site navigation. See Column Management for details.
- Select the Language for this article from the language selector. If you have multiple languages enabled, each language version is stored as a separate entry.
- Set the publication status:
- Choose Draft to save the article privately while you continue working on it.
- Choose Published to make it immediately visible on the public site.
- Click Save (or Publish if you are ready to go live).
Editing Existing Content
- Navigate to Articles in the sidebar.
- Use the search bar or scroll through the list to find the article you want to update.
- Click the article title or the Edit (pencil) icon on the right side of the row.
- Make your changes in the editor.
- Click Save Changes. If the article was already published, the updated version goes live immediately.
Tip: Use the search bar and column/language filters at the top of the article list to quickly locate content on large sites with hundreds of entries.
Managing Media and Images
NodeForgeCMS includes a built-in media library for uploading and organizing images and files. Uploading a new image:- Click Media Library in the sidebar.
- Click Upload and select one or more files from your computer. Supported formats include JPEG, PNG, WebP, GIF, and SVG.
- Once uploaded, the file appears in the library grid with its URL automatically generated.
- While editing an article, place your cursor in the body where you want the image to appear.
- Click the Image icon in the rich-text editor toolbar.
- Select an existing file from the media library, or upload a new one inline.
- Add alt text describing the image — this is important for accessibility and SEO.
- Click Insert.
Publishing Workflow: Draft vs. Published
Every article in NodeForgeCMS lives in one of two states:
To change an article’s state at any time, open the article editor, update the Status toggle at the top of the form, and click Save. You can also bulk-change status by selecting multiple articles in the list view and using the Actions dropdown.
There is no separate “unpublish” button — simply switch a published article back to Draft to remove it from the public site instantly.