Open Closed

how to clean install ABP Studio? #10792


User avatar
0
alper created
Support Team Director

If you have any problem with ABP Studio related to your license or any other thing read my answer to clean install it.

Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    ABP Studio clean install steps (recommended)

    If your problem is license-related (login/license cache issues), a “clean install” usually means removing ABP Studio’s local data folders too, then signing in again.

    STEP 1: Uninstall ABP Studio

    • Close ABP Studio if it is running.
    • WINDOWS: Uninstall ABP Studio from Add/Remove Programs
    • MAC: Open the Applications folder. Drag ABP Studio to the Trash, or right-click it and select Move to Trash.

    STEP 2: Remove ABP CLI

    dotnet tool uninstall -g Volo.Abp.Studio.Cli
    

    STEP 3: Delete the following files and folders (if they exist). Don't forget to replace {your-username} with your OS username.

    WINDOWS

    C:\Users\{your-username}\AppData\Local\abp-studio
    C:\Users\{your-username}\AppData\Local\Temp\AbpLicense.bin
    C:\Users\{your-username}\.abp\studio
    C:\Users\{your-username}\.abp\cli
    

    MAC

    /Users/{your-username}/Library/Application Support/abp-studio
    /Users/{your-username}/Library/Caches/Temp/AbpLicense.bin
    /Users/{your-username}/.abp/studio
    /Users/{your-username}/.abp/cli
    

    STEP 4: Install CLI and login

    dotnet tool install -g Volo.Abp.Studio.Cli
    abp login <username>
    

    STEP 5: Download the latest version from abp.io/studio and install ABP Studio. After launching the application, sign in with an account that belongs to an organization with an active ABP license.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 21, 2026, 06:18
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.