Skip to main content

(Beta) OpenCXL Manager UI

OpenCXL Manager UI is a Node.js application that could be used to visualize and manage OpenCXL.

Install Node.js

If you do not already have Node.js installed, follow the Node.js Install Instructions.

Source

git clone https://github.com/opencxl/opencxl-manager-ui.git

Setup

To set it up locally, from the root directory,

echo NEXT_PUBLIC_SOCKET_URL=localhost > .env.local
npm install
npm run dev

If instead, want to run it in production mode,

echo NEXT_PUBLIC_SOCKET_URL={host} > .env.local
npm install
npm run build
npm run start

Open http://localhost:3000 with your browser to see the page.

Run

Refer to the following video for the usage.

note

The script used in the video is equivalent to cxl-util start from OpenCXL with Simple Host section.