• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

NCache Management Center

NCache can be managed and configured via a web-based application known as the NCache Management Center, which allows you to smoothly perform managerial tasks like creating a cache, adding servers/clients, monitoring, and more. It is deployed on all cache servers and clients by default with NCache's installation.

The NCache Management Center is ASP.NET Core based and, therefore, runs on both Windows and Linux.

Note

This feature is also available in the NCache Community Edition.

Supported Web Browsers

The NCache Management Center supports the latest versions of the following Internet browsers:

  • Google Chrome
  • Mozilla Firefox
  • Opera
  • Microsoft Edge

Launching the NCache Management Center

Upon starting the NCache Service, the NCache Management Center will auto-start by default if it is not already running. The NCache Management Process runs on your local server node with port 8251.

  • To launch the NCache Management Center in your browser, browse the following URLs:
    • Windows: http://localhost:8251 or <server-ip>:8251
    • Linux: <server-ip>:8251
Note

Information about the NCache Management Center startup after service start is also logged in Event Viewer in Windows.
NCache Management Center Event Viewer

Enable/Disable Auto Start

Auto Start NCache Management Center option is enabled upon service start. To disable Auto Start follow the steps given below:

  • Windows Environment
  • Linux Environment
  • Open Alachisoft.NCache.Service.exe.config (.NET) or Alachisoft.NCache.Service.dll.config (.NET Core Windows) at %NCHOME%\bin\service.

  • Change the following flag to True. If the flag is missing, the value is False by default.

<add key="NCacheServer.StartWebManagement" value="False"/>
  • Restart the NCache Service by typing the following command in PowerShell:
Start-Service -Name NCacheSvc
  • Open Alachisoft.NCache.Daemon.dll.config at /opt/ncache/bin/service.

  • Change the following flag to False. If the flag is missing, value is False by default.

<add key="NCacheServer.StartWebManagement" value="True"/>
  • Restart the NCache Service by typing the following command in PowerShell:
> sudo systemctl restart ncached

Manually Start NCache Management Center

If you want to manually start the NCache Management Center, follow the steps below.

  • Windows Environment
  • Linux Environment
  • Go to the Start menu on the Taskbar, and type NCache PowerShell Management, and click on it.

  • This will open an instance of PowerShell with ncacheps imported, and display a list of available NCache PowerShell cmdlets.

  • Enter the following PowerShell command to start the NCache Management Process on your local server node. By default, the URL is http://localhost:8251.

Start-NCacheManagementCenter
  • You can now use NCache Management Center by browsing http://localhost:8251.
  • From the terminal of your choice run the following command to import the NCache module so that NCache tools can be executed.
import-ncachemodule /opt/ncache/bin/tools/ncacheps/
  • Enter the following PowerShell command to start the NCache Management Process on your local server node. By default, the URL is <server-ip>:8251.
start-ncachemanagementcenter
  • You can now use the NCache Management Center by browsing <server-ip>:8251.

NCache Management Center Security

To ensure the security and integrity of user's data while maintaining ease of use, NCache offers an additional layer of security for operations involving the NCache Management Center. Following are some of the advanced security options in the NCache Management Center for seamless functioning.

  • While configuring security, you are required to add similar users as Node Administrators on all the nodes in the same cluster.
  • Configuring different users as Node Administrators on participating nodes of the same cluster will cause problems, so make sure that you have the same users as Node Administrators in one cluster.
  • Once you have configured security on a node, connecting to the NCache Management Center will require user login credentials. This ensures only the authorized users with the right privileges can access the cache node.

Get Started with the NCache Management Center

To get started, you can:

  1. Create a Cache
  2. Add Server Nodes to Cache
  3. Add Client Nodes to Cache
  4. Start Cache

See Also

Configure Caches
Configure Clients
Configure Client Cache
Cache Settings

In This Article
  • Supported Web Browsers
  • Launching the NCache Management Center
  • Enable/Disable Auto Start
  • Manually Start NCache Management Center
  • NCache Management Center Security
  • Get Started with the NCache Management Center
  • See Also

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Community
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top