How to restart an app from the admin UI

My YunoHost server

Hardware: Digital Ocean droplet Debian 11 | 1GB Memory | 25GB disk
YunoHost version: 11.1.6.2
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

I installed an unofficial app, microblog.pub. Everything is working fine. I am trying to change the CSS, and the last line of the instructions after recompiling is to “restart from the admin UI”.

I assume this means the Yunohost admin UI because microblog.pub doesn’t have an admin UI, but I don’t see anywhere to restart an app from the Yunohost admin UI. I have googled, looked at the Yunohost admin several times, and read the Yunohost documentation.

How do I restart an app on Yunohost?

Thank you, I’m sorry for such a basic question.

  1. Rebooting will obviously restart that app. :smiley:
  2. If it installed a service for itself you can try this:
    sudo yunohost service status
    (look for the microblog service, not sure what it is called)
    then run
    sudo yunohost service restart WhatItIsCalled

I would prefer to avoid just turning off the whole thing if I can, but oh well! :laughing:
I will try your suggestions, thank you for them

Try method #2. Using the terminal commands are very handy once you learn them.

Thank you! I will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.