Start Tethys
Last Updated: June 2025
Open the terminal and enter the Tethys environment with the command:
conda activate tethys
Use the following command to start up the development server:
tethys start
Browse to http://127.0.0.1:8000/apps/ in a web browser and login with the default portal user:
username: admin
password: pass
Your app should be listed on the app library page. Click on the app tile to launch it.
Tip
To stop the development server press CTRL-C.