Command

nylas ui

Start web configuration UI.

Written by Qasim Muhammad Staff SRE

What does nylas ui do?

The nylas ui command launches a local web-based configuration interface in your browser. Manage connected accounts, view grants, configure settings, and explore CLI features through a graphical dashboard instead of the command line.

Usage

nylas ui

Flags

FlagDescription
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmations
--no-browserDon't open browser automatically
--port(-p)Port to run the server on

Examples

The nylas ui command launches a local web-based configuration interface in your browser.

Launch UI

nylas ui

Open on a specific port

nylas ui --port 8080

Example output

Starting Nylas CLI UI...

  Local:   http://localhost:7363

  Opening browser...
  Press Ctrl+C to stop the server.

Troubleshooting

Browser doesn't open

Copy the URL from terminal output and paste it into your browser. On headless servers, use `--no-browser` if available.

Port already in use

Another process is using the default port. Try `nylas ui --port 8081` or stop the conflicting process.

Run nylas ui --help for full help output.