# Server VPS

### Login Server

1. Akses SSH server melalui terminal / WSL di widows dengan cara masukkan command **`ssh username@IP server`** kemudian enter
2. Kemudian masukkan password SSH, kemudian tekan enter.

### Cek Docker Odoo

Untuk mengecek apakah docker odoo running atau tidak dapat melakukanya dengan cara sebagai berikut :&#x20;

1. Masukkan command **`docker ps`**, pastikan bahwa container odoo dan postgres running.&#x20;
2. Jika tidak ada container yang running maka bisa menjalankannya dengan masuk ke directory docker compose `cd ~/odoo` kemudian jalankan command `docker-compose start`&#x20;
3. Untuk merestart service odoo dengan command `docker-compose restart`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc-odoo.idetif.com/server-vps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
