> For the complete documentation index, see [llms.txt](https://docs.mydbsync.com/cloud-replication-main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mydbsync.com/cloud-replication-main/v6/getting-started/start-dbsync-replication-console.md).

# Start DBSync Replication Console

This section explains the steps involved in starting the DBSync Replication User Interface in Windows & Linux Operating Systems.

#### Windows: <a href="#startdbsyncreplicationconsole-windows" id="startdbsyncreplicationconsole-windows"></a>

* Start > Programs > DBSync Cloud Replication > DBSync&#x20;

&#x20;         ![](https://help.mydbsync.com/docs/download/attachments/31983322/worddavbb87a877e1e59d49e36e63b71a7f819a.png?version=1\&modificationDate=1546002762000\&api=v2)

* If DBSync is set to run as a Windows Service, navigate to Windows services list start ***Apache Tomcat-Dbsync Cloud Replication for Source***&#x73;ervice.

&#x20;         Start > Control Panel > Administrative Tools > Services > Apache Tomcat-DbSync Cloud Replication for Source applications.

* Once the service or the application is started, you can get into the Replication console from the Windows start menu.

&#x20;         Start > Programs > DBSync Cloud Replication > Admin

#### Linux: <a href="#startdbsyncreplicationconsole-linux" id="startdbsyncreplicationconsole-linux"></a>

* Run the command ./startup.sh
* Point your browser to [http://localhost:8080/dbsync/](http://localhost:8080/dbsync/installer.m) or if you have installed it on a server then point to http\://<[ipaddress](http://help.mydbsync.com/docs/pages/createpage.action?spaceKey=CloudReplication\&title=ipaddress\&linkCreation=true\&fromPageId=6848822)>:<[port](http://help.mydbsync.com/docs/pages/createpage.action?spaceKey=CloudReplication\&title=port\&linkCreation=true\&fromPageId=6848822)>/dbync/.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mydbsync.com/cloud-replication-main/v6/getting-started/start-dbsync-replication-console.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
