# Offline install of node red for windows server 2019

**URL:** https://discourse.nodered.org/t/offline-install-of-node-red-for-windows-server-2019/53140
**Category:** General
**Created:** [2 November 2021 18:19 UTC](https://discourse.nodered.org/t/offline-install-of-node-red-for-windows-server-2019/53140 "2021-11-02T18:19:14Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![bigunwhistle](https://avatars.discourse-cdn.com/v4/letter/b/cdc98d/32.png) [@bigunwhistle](https://discourse.nodered.org/u/bigunwhistle)
#### Post date: [2 November 2021 18:19 UTC](https://discourse.nodered.org/t/offline-install-of-node-red-for-windows-server-2019/53140/1 "2021-11-02T18:19:14Z")

</div>

So I'm trying to install node-red to a windows server 2019 instance. It doesn't have internet access and I can't install it on another computer and copy it over. Is there anyway to install this offline.

---

<div class="post-metadata">

### Author: ![nlecaude](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/nlecaude/32/25_2.png) [@nlecaude](https://discourse.nodered.org/u/nlecaude)
#### Post date: [2 November 2021 20:16 UTC](https://discourse.nodered.org/t/offline-install-of-node-red-for-windows-server-2019/53140/2 "2021-11-02T20:16:01Z")

</div>

Why can't you copy it over ?  
You would need to install nodejs on your server via the installer.  
Then on another computer, in a folder:

```auto
mkdir myProject
cd myProject
npm init -y
npm install --save node-red

```

zip the myProject folder, unzip it on the target computer, go in the folder and type `npx node-red` it should start...  
the other computer needs to be a windows computer with the same architecture.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [1 January 2022 20:16 UTC](https://discourse.nodered.org/t/offline-install-of-node-red-for-windows-server-2019/53140/3 "2022-01-01T20:16:55Z")

</div>

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