How to start ABP Suite?

ABP Studio has a shortcut for running ABP Suite to allow using it without starting it externally and using it on a browser. Thanks to that, you can use both ABP Studio and ABP Suite as a united platform.

You can check the ABP Studio: Working with ABP Suite documentation for more info.

Alternatively, to start the ABP Suite, you can write the following command to the command line terminal and execute it:

abp suite

If you run the ABP Suite with ABP CLI, then it will open in your default browser. Do not close the command line window until you finish your work, otherwise the Suite will not function. When you finish your work, you can return to the command line and press CTRL+C to close the Suite.

Remember that, first access to the Suite requires to have an active internet connection, so make sure you are connected to the internet.

Starting ABP Suite in Different Port

ABP Suite runs at port 3000 by default. If you want to run the ABP Suite in a different port, you can choose one of the following options:

  1. You can pass the --AbpSuite:ApplicationUrl commandline parameter to run in a different port:
abp-suite --AbpSuite:ApplicationUrl="http://localhost:4000"
  1. Update the ApplicationUrl in the appsettings.json file of the dotnet tools directory (%USERPROFILE%.dotnet\tools.store\volo.abp.suite\9.0.0\volo.abp.suite\9.0.0\tools\net9.0\any\appsettings.json):

suite-registry

Note: Also, you can use this file to configure ABP Suite options.


Contributors


Last updated: December 10, 2024 Edit this page on GitHub

Was this page helpful?

Please make a selection.

To help us improve, please share your reason for the negative feedback in the field below.

Please enter a note.

Thank you for your valuable feedback!

Please note that although we cannot respond to feedback, our team will use your comments to improve the experience.

In this document
Community Talks

What’s New with .NET 9 & ABP 9?

21 Nov, 17:00
Online
Watch the Event
Mastering ABP Framework Book
Mastering ABP Framework

This book will help you gain a complete understanding of the framework and modern web application development techniques.

Learn More