• Products
  • Solutions
  • Customers
  • Resources
  • Company
  • Pricing
  • Download
Try Playground
  • Distributed Cache
  • Add Local/Remote Clients
  • Persistent Distributed Cache
  • Add Local/Remote Clients
  • Pub/Sub Messaging Cache
  • Add Local/Remote Clients
Show / Hide Table of Contents
  • Getting Started with NCache
  • Install NCache (.NET Edition)
    • Prerequisites
    • Installer
  • Install NCache (Java Edition)
    • Prerequisites
    • Installer
    • Docker
  • Getting Started with NCache Cloud
  • Distributed Cache
    • Create Cache
    • Add Local/Remote Clients
    • Simulate Cache Usage
    • Monitor Cache
  • Persistent Distributed Cache
    • Create Cache
    • Add Local/Remote Clients
    • Simulate Cache Usage
    • Monitor Cache
  • Pub/Sub Messaging Cache
    • Create Cache
    • Add Local/Remote Clients
    • Simulate Cache Usage
    • Monitor Cache
  • Clients
    • .NET Client
      • Data Caching
      • ASP.NET Core Sessions
      • Pub/Sub Messaging
    • Java Client
      • Data Caching
      • Java Web Sessions
      • Pub/Sub Messaging
    • Python Client
      • Data Caching
      • Pub/Sub Messaging
    • Node.js Client
      • Data Caching
      • Web Sessions
      • Pub/Sub Messaging

Add Local/Remote Clients

A client is your web or application server. This can be either a local or remote client. To configure a web or application server as a cache client, you can use either the NCache Management Center or Command Line Interface.

Note

The process of adding Local/Remote clients to your cache cluster is exactly the same for all store types. This section uses the example of the Distributed Cache store type, but you can follow the same steps for all other store types as well.

Note

You might get prompted with a dialog box upon these changes, asking whether to reload or overwrite the cache config file.

Add Local/Remote Clients Using NCache Management Center

  • Launch the NCache Management Center by browsing to http://localhost:8251 or <server-ip>:8251 on Windows and Linux.

  • In the left navigation bar, click on Clustered Caches, based on the cache to which the client will be added. Against the cache name, click on View Details.

Add Client Node Web

  • This opens up the detailed configuration page for the cache. The Client Nodes tab displays a list and status of any existing client nodes of the cache.

  • Click on the Add button and specify the client node IP or hostname. Click on Add to add it to the cache. A success notification will be displayed.

Enter Client Node Ip Web

  • The newly added node is displayed in the Client Nodes list, with client cache status.

Using Command Line Interface

  • Windows
  • Linux

The Add-ClientNode cmdlet enables the user to add one or more client nodes to existing clustered cache(s).

This command adds a client node 20.200.20.40 to demoClusteredCache already existing on server node 20.200.20.39.

Add-ClientNode -CacheName demoClusteredCache -Server 20.200.20.39 -ClientNode 20.200.20.40

The add-clientnode tool enables the user to add one or more client nodes to existing clustered cache(s).

This command adds a client node 20.200.20.40 to demoClusteredCache already existing on server node 20.200.20.39.

add-clientnode -cachename demoClusteredCache -server 20.200.20.39 -clientnode 20.200.20.40

See Also

Use NCache for Data Caching
Use NCache for ASP.NET Core Caching
NCache Programmer's Guide
NCache Command Line Interface

In This Article
  • Add Local/Remote Clients Using NCache Management Center
  • Using Command Line Interface
  • 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 Professional
  • 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