Welcome to Wazaterm! Wazaterm enables you to access your terminal(Ubuntu Linux) anywhere with your browser. The below is the steps.
Click Sign up and create an account.
Go to Billings to purchase credit. The credit is to be used by terminal instance and storage cost.
To create a terminal, you need to have storage to install Linux(Ubuntu) and your files. A couple of things that need to be highlighted here.
Go to Terminals in the top navigation bar and click RUN.
Then, you would see the below. Use slider or select box to decide which terminal instance you use. After select, click the "RUN TERMINAL" button.
Because you remotely access to the terminal, the session may be interrupted due to network or browser's behavior, we strongly recommended to use tmux (or screen) to keep the session so that you can come back if it's the case.
$ tmux
Once interrupted, then run `tmux attach` to recover the session.
$ tmux attach
To learn more about tmux, check the below.