How to run LM Studio AppImage as a service (one-time without systemd)

Read the article about deploying the service here:

As a reminder, to run LM Studio as a service in Ubuntu:

nohup ./llm/LM-Studio-0.3.23-3-x64.AppImage --run-as-service &
tail -f nohup.out
lms server start
lms server status

A complete guide on downloading models and configuring them will follow later.