Compare commits
1 Commits
syncthing
...
infinity-q
Author | SHA1 | Date | |
---|---|---|---|
0dad47e6b7 |
25
Applications/InfinityQS/restart.md
Normal file
25
Applications/InfinityQS/restart.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# Restart
|
||||||
|
|
||||||
|
## InfinityQS Server name
|
||||||
|
- messa04ec.infineon.com
|
||||||
|
|
||||||
|
## Service Names:
|
||||||
|
- InfinityQS Diagnostics Service Host
|
||||||
|
- InfinityQS DMS Service
|
||||||
|
- [Starting Stopping DMS ->](https://help.infinityqs.com/help/en/ProFicient/#Services/DMS/StartingStopping/StartingStoppingDMS.htm?Highlight=dms)
|
||||||
|
- InfinityQS Enterprise Integration Service
|
||||||
|
- InfinityQS Mail Service
|
||||||
|
- InfinityQS Message Service
|
||||||
|
- InfinityQS ProFicient Alarm Monitoring Service
|
||||||
|
- InfinityQS ProFicient Data Collection Service
|
||||||
|
- [DCS Overview ->](https://help.infinityqs.com/help/en/ProFicient/#Services/DCS/DCSOverview.htm?Highlight=dcs)
|
||||||
|
|
||||||
|
## Application path:
|
||||||
|
C:\Program Files (x86)\InfinityQS International\ProFicient\Applications
|
||||||
|
- InfinityQS.ProFicient.DCS.GUI.exe
|
||||||
|
- InfinityQS.DMS.GUI.exe
|
||||||
|
|
||||||
|
## Desktop shortcuts to verify services are running.
|
||||||
|
- InfinityQS Data Management System
|
||||||
|
- InfinityQS Data Collection Service
|
||||||
|
- SPC (Si)
|
@ -1,38 +0,0 @@
|
|||||||
---
|
|
||||||
type: "note"
|
|
||||||
created: "2023-11-10T16:21:17.756Z"
|
|
||||||
updated: "2023-11-10T16:21:23.300Z"
|
|
||||||
---
|
|
||||||
|
|
||||||
# Syncthing
|
|
||||||
|
|
||||||
* Download from https://nssm.cc/download
|
|
||||||
* Download from https://syncthing.net/downloads
|
|
||||||
* Extract syncthing-windows-amd64-v1.26.0.zip
|
|
||||||
* Extract nssm-2.24.zip
|
|
||||||
* Replace {user} with you windows user name in all the commands below
|
|
||||||
|
|
||||||
```bash
|
|
||||||
mkdir %localappdata%/IFXApps
|
|
||||||
move "C:\Users\{user}\Downloads\syncthing-windows-amd64-v1.26.0\syncthing-windows-amd64-v1.26.0" %localappdata%/IFXApps
|
|
||||||
move "C:\Users\{user}\Downloads\nssm-2.24\nssm-2.24" %localappdata%/IFXApps
|
|
||||||
```
|
|
||||||
|
|
||||||
```bash Administrator
|
|
||||||
cd "C:\Users\{user}\AppData\Local\IFXApps\nssm-2.24\win64"
|
|
||||||
nssm.exe install Syncthing
|
|
||||||
```
|
|
||||||
|
|
||||||
```conf NSSM
|
|
||||||
C:\Users\{user}\AppData\Local\IFXApps\syncthing-windows-amd64-v1.26.0\syncthing.exe
|
|
||||||
C:\Users\{user}\AppData\Local\IFXApps\syncthing-windows-amd64-v1.26.0
|
|
||||||
--no-restart --no-browser --home="C:\Users\{user}\AppData\Local\IFXApps\syncthing-windows-amd64-v1.26.0"
|
|
||||||
```
|
|
||||||
|
|
||||||
* Using services.msc change service to run as your infineon account and automatic delay
|
|
||||||
* Restart Syncthing service
|
|
||||||
* Look in log file under %localappdata%/IFXApps for http port for web gui
|
|
||||||
* Open http address to setup Syncthing and open identity windows to allow phone to scan QRCode
|
|
||||||
* Install https://apps.apple.com/us/app/m%C3%B6bius-sync/id1539203216 on iPhone
|
|
||||||
* Install https://play.google.com/store/apps/details?id=com.nutomic.syncthingandroid&hl=en&gl=US on android
|
|
||||||
* Open app and click add remote button at bottom to scan QRCode from PC
|
|
Reference in New Issue
Block a user