# NocoDB Linux Binary Question #1

**URL:** https://community.nocodb.com/t/nocodb-linux-binary-question-1/1484
**Category:** Self-Host
**Created:** [November 18, 2024, 8:55pm UTC](https://community.nocodb.com/t/nocodb-linux-binary-question-1/1484 "2024-11-18T20:55:42Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![tcb](https://avatars.discourse-cdn.com/v4/letter/t/a9a28c/32.png) [@tcb](https://community.nocodb.com/u/tcb)
#### Post date: [November 18, 2024, 8:55pm UTC](https://community.nocodb.com/t/nocodb-linux-binary-question-1/1484/1 "2024-11-18T20:55:42Z")

</div>

When I invoke the following installation script on my local Debian 12.8 server:

curl [http://get.nocodb.com/linux-x64](http://get.nocodb.com/linux-x64) -o nocodb -L && chmod +x nocodb && ./nocodb

My NOCODB instance crashes after I close my terminal and can’t be restarted without a complete re-install via the original script.

Is there any reason why I can’t simply invoke NOCODB with:

./nocodb &&

so that my instance will continue running after I quit the terminal?

---

<div class="post-metadata">

### Author: ![Navi](https://avatars.discourse-cdn.com/v4/letter/n/3be4f8/32.png) [@Navi](https://community.nocodb.com/u/Navi)
#### Post date: [November 18, 2024, 8:57pm UTC](https://community.nocodb.com/t/nocodb-linux-binary-question-1/1484/2 "2024-11-18T20:57:50Z")

</div>

Please use docker setup

Binaries are for quick testing only 🙂

 ![image](https://canada1.discourse-cdn.com/flex011/uploads/nocodb/original/1X/4f33af513671d7b3e3fcd542ad5cfb66070a5195.png)
