> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Relaunch Weston

To manually relaunch the Weston server after closing the Weston process, do the following:

<Note>
  You must enable SSH to access your host device. For instructions, see [Sign in using SSH](https://dragonwingdocs.qualcomm.com/Key-Documents/Flash-Guide/how-to-sign-in-with-ssh).
</Note>

1. To identify the ID of the Weston processes, run the following commands:

   > ```text theme={null}
   > mount -o remount,rw /
   > ```

   > ```text theme={null}
   > ps -A | grep weston
   > ```

   Sample output:

   ```text theme={null}
   824 ?        00:00:12 weston
   1090 ?        00:00:00 weston-keyboard
   1092 ?        00:00:01 weston-desktop-
   ```

   Use the Weston process ID from the sample Weston process list to kill the Weston processes.

2. To kill the Weston process, run the following command:

   <Note>You can skip the following command if the modetest application is already running.</Note>

   > ```text theme={null}
   > killall weston
   > ```

3. To relaunch the Weston server, run the following commands:

   > ```text theme={null}
   > mount -o remount,rw /
   > ```

   > ```text theme={null}
   > systemctl start weston.service
   > ```
