Search This Blog

Desiminasi PKM hibah 2025

 

penelitian dan pengabdian kepada masyarakat di lingkungan Universitas Bina Sarana Informatika, kami dari Lembaga Penelitian dan Pengabdian Masyarakat mengundang Bapak/Ibu untuk hadir dalam acara Diseminasi Hasil Penelitian Dan Pengabdian Kepada Masyarakat Tahun 2025, maka kami mengundang Bapak/Ibu Pimpinan untuk hadir dalam acara tersebut.


Adapun jadwal pelaksanaan sebagai berikut :


Hari/Tanggal                : Rabu, 28 Januari 2026


Waktu                          : 08.00 s/d 16.00 WIB


Skema Pelaksanaan   : Hybrid (Aula Universitas BSI Kampus Kramat 98, dan


                                      Online (Virtual Zoom Meeting)


Agenda                        : Sharing Session, Pameran




Topic: Diseminasi Hasil Hibah Penelitian dan Pengabdian kepada Masyarakat Tahun 2025

Time: Jan 28, 2026 08:00 Jakarta

Join Zoom Meeting

https://us06web.zoom.us/j/84174889155?pwd=21lDPRjsh31GNa7bZpTiskDa5R4bma.1


Meeting ID: 841 7488 9155

Passcode: 683415














Belajar Laravel Bagi Pemula

 Pastikan sudah terinstall:

  • PHP ≥ 8.1

  • Composer

  • Database (MySQL/MariaDB/PostgreSQL)

Cek di terminal / CMD:
php -v
composer -V

Membuat Project Laravel Baru
composer create-project laravel/laravel nama-project
Example:
composer create-project laravel/laravel SDIT-ABAS


php artisan serve

php artisan key:generate

Jika Gagal masuk ke .env

Rubah:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel_pemula
DB_USERNAME=root
DB_PASSWORD=

Masih di .env:
SESSION_DRIVER=file

Clear Config Cache: 
php artisan config:clear php artisan cache:clear

Jalankan ulang:
php artisan serve

taralala jadi deh:

Kita Buat Struktur Folder:
app/
 └── Http/Controllers   → logic aplikasi
app/Models              → model database
routes/web.php          → routing
resources/views         → tampilan (Blade)
database/migrations     → struktur tabel
.env                    → konfigurasi

View (Blade Template)
Buat File:
resources/views/halo.blade.php
Isikan:
<h1>Halo Laravel!</h1>
<p>Laravel pertama saya</p>

Ubah Route:
Buka file resources/views:
Route::get('/halo', function () {
    return view('halo');
});

Jalankan:
http://127.0.0.1:8000/halo



Sertifikasi Programmer

 Berikut Rangkaiannya:


Link Download:

Belajar Git Push

C:\>cd wslic_billing_app

C:\wslic_billing_app>git status

C:\wslic_billing_app>git add .

C:\wslic_billing_app>git remote add origin https://github.com/agungbaitul/wslic-billing-app.git

C:\wslic_billing_app>git config --global user.name "agungbaitul"

C:\wslic_billing_app>git config --global user.email "agungbaitul83@gmail.com"

C:\wslic_billing_app>git remote set-url origin https://github.com/agungbaitul/wslic-billing-app.git (jika nama git mau dirubah)

C:\wslic_billing_app>git config --global credential.helper manager

C:\wslic_billing_app>git push -u origin main

--------------------------------------------------

Impor file ke git

C:\latih1>git add .

C:\latih1>git commit -m "UT" --> Membuat penamaan file misal UT

C:\latih1>git push -u origin main -- > Upload ke github

hapus file git

C:\latih1>git rm "coba.txt"

C:\latih1>git status

C:\latih1>git add .

C:\latih1>git commit -m "Menghapus file manual"

C:\latih1>git push origin main




Monev Internal Hibah Kemdiktisaintek Tahun 2025 Batch III

Topik: Monev Internal Hibah Kemdiktisaintek Tahun 2025 Batch III

Waktu: 18 Nov 2025 09:00 Jakarta

Bergabung ke Rapat Zoom

https://us06web.zoom.us/j/85607936509?pwd=A5YyZVGMICnfyr7R7aKxXmx4rbyleb.1

ID Rapat: 856 0793 6509

Kode Sandi: 098602

Dokumentasi Kegiatan:














Monitoring Dan Evaluasi Hibah Penelitian Dan Pengabdian Kepada Masyarakat Pendanaan Yayasan Bina Sarana Informatika Tahun 2025

Topic: Monitoring Dan Evaluasi Hibah Penelitian Dan Pengabdian Kepada Masyarakat Pendanaan Yayasan Bina Sarana Informatika Tahun 2025

Time: Nov 17, 2025 09:00 Jakarta
Join Zoom Meeting
https://us02web.zoom.us/j/84863552153?pwd=ggp76NLYPJbqo8EeW4OZIPdilf3kR4.1

Meeting ID: 848 6355 2153
Passcode: 137679

Dokumentasi Kegiatan:










Rangkuman Foto Kegiatan PKM BIMA Kemendiktisainteks

 Pelatihan Digima:


Pelatihan Aplikasi Keuangan:

Pelatihan Aplikasi Website UMKM:


Optimalisasi Layanan Perpustakaan Chatbot Berbasis Artificial Intelligence

 Video Pembuatan:

Microsoft Windows [Version 10.0.26100.6899]

(c) Microsoft Corporation. All rights reserved.


C:\Flowise>pnpm start


> flowise@3.0.8 start C:\Flowise

> run-script-os


npm warn Unknown env config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown env config "hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "shamefully-hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.

npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.

npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.

npm warn Unknown project config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "hoist". This will stop working in the next major version of npm.

npm warn Unknown project config "shamefully-hoist". This will stop working in the next major version of npm.


> flowise@3.0.8 start:windows

> cd packages/server/bin && run start


2025-10-22 11:21:01 [INFO]: Starting Flowise...

2025-10-22 11:21:01 [INFO]: 📦 [server]: Data Source initialized successfully

2025-10-22 11:21:01 [INFO]: 🔄 [server]: Database migrations completed successfully

2025-10-22 11:21:01 [INFO]: 🔐 [server]: Identity Manager initialized successfully

2025-10-22 11:21:09 [INFO]: 🔧 [server]: Nodes pool initialized successfully

2025-10-22 11:21:09 [INFO]: ⏹️ [server]: Abort controllers pool initialized successfully

2025-10-22 11:21:09 [INFO]: 🔑 [server]: Encryption key initialized successfully

2025-10-22 11:21:09 [INFO]: 🚦 [server]: Rate limiters initialized successfully

2025-10-22 11:21:09 [INFO]: 💾 [server]: Cache pool initialized successfully

2025-10-22 11:21:09 [INFO]: 📊 [server]: Usage cache manager initialized successfully

2025-10-22 11:21:09 [INFO]: 📈 [server]: Telemetry initialized successfully

2025-10-22 11:21:09 [INFO]: 🌊 [server]: SSE Streamer initialized successfully

2025-10-22 11:21:09 [INFO]: 🎉 [server]: All initialization steps completed successfully!

2025-10-22 11:21:09 [INFO]: ⚡️ [server]: Flowise Server is listening at :3000

2025-10-22 11:24:05 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:24:43 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:24:52 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:24:52 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:24:55 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:24:55 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:24:59 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:24:59 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:25:00 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:25:00 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:25:01 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:25:01 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:25:01 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:25:01 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:25:02 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:25:02 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:25:02 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:25:03 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:25:05 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:25:05 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:25:35 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:25:35 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:25:38 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:25:38 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:25:39 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:25:39 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:25:39 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:25:40 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:26:05 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:26:05 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:26:07 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:26:07 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:26:08 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:26:08 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:26:09 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:26:09 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:26:19 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:26:20 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:26:21 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:26:21 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:26:22 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:26:22 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:26:22 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:26:22 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:26:23 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:26:23 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:26:23 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:26:24 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:26:29 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:26:34 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:26:35 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:26:47 [INFO]: ⬆️ POST /api/v1/account/forgot-password

2025-10-22 11:28:29 [INFO]: Shutting down Flowise...


C:\Flowise>npx flowise start --FLOWISE_USERNAME=user --FLOWISE_PASSWORD=1234

npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.

npm warn Unknown project config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "hoist". This will stop working in the next major version of npm.

npm warn Unknown project config "shamefully-hoist". This will stop working in the next major version of npm.

2025-10-22 11:29:04 [ERROR]: Error: Nonexistent flags: --FLOWISE_USERNAME=user, --FLOWISE_PASSWORD=1234

See more help with --help

    at validateArgs (C:\Flowise\node_modules\.pnpm\@oclif+core@4.0.7\node_modules\@oclif\core\lib\parser\validate.js:10:19)

    at validate (C:\Flowise\node_modules\.pnpm\@oclif+core@4.0.7\node_modules\@oclif\core\lib\parser\validate.js:190:5)

    at Object.parse (C:\Flowise\node_modules\.pnpm\@oclif+core@4.0.7\node_modules\@oclif\core\lib\parser\index.js:19:35)

    at async Start.parse (C:\Flowise\node_modules\.pnpm\@oclif+core@4.0.7\node_modules\@oclif\core\lib\command.js:244:25)

    at async Start.init (C:\Flowise\packages\server\dist\commands\base.js:54:27)

    at async Start._run (C:\Flowise\node_modules\.pnpm\@oclif+core@4.0.7\node_modules\@oclif\core\lib\command.js:301:13)

    at async Config.runCommand (C:\Flowise\node_modules\.pnpm\@oclif+core@4.0.7\node_modules\@oclif\core\lib\config\config.js:424:25)

    at async Object.run (C:\Flowise\node_modules\.pnpm\@oclif+core@4.0.7\node_modules\@oclif\core\lib\main.js:94:16)


C:\Flowise>pnpm start  --FLOWISE_USERNAME=user --FLOWISE_PASSWORD=1234


> flowise@3.0.8 start C:\Flowise

> run-script-os "--FLOWISE_USERNAME=user" "--FLOWISE_PASSWORD=1234"


npm warn Unknown cli config "--FLOWISE_USERNAME". This will stop working in the next major version of npm.

npm warn Unknown cli config "--FLOWISE_PASSWORD". This will stop working in the next major version of npm.

npm warn Unknown env config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown env config "hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "shamefully-hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.

npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.

npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.

npm warn Unknown project config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "hoist". This will stop working in the next major version of npm.

npm warn Unknown project config "shamefully-hoist". This will stop working in the next major version of npm.


> flowise@3.0.8 start:windows

> cd packages/server/bin && run start


2025-10-22 11:32:19 [INFO]: Starting Flowise...

2025-10-22 11:32:19 [INFO]: 📦 [server]: Data Source initialized successfully

2025-10-22 11:32:19 [INFO]: 🔄 [server]: Database migrations completed successfully

2025-10-22 11:32:19 [INFO]: 🔐 [server]: Identity Manager initialized successfully

2025-10-22 11:32:30 [INFO]: 🔧 [server]: Nodes pool initialized successfully

2025-10-22 11:32:30 [INFO]: ⏹️ [server]: Abort controllers pool initialized successfully

2025-10-22 11:32:30 [INFO]: 🔑 [server]: Encryption key initialized successfully

2025-10-22 11:32:30 [INFO]: 🚦 [server]: Rate limiters initialized successfully

2025-10-22 11:32:30 [INFO]: 💾 [server]: Cache pool initialized successfully

2025-10-22 11:32:30 [INFO]: 📊 [server]: Usage cache manager initialized successfully

2025-10-22 11:32:30 [INFO]: 📈 [server]: Telemetry initialized successfully

2025-10-22 11:32:30 [INFO]: 🌊 [server]: SSE Streamer initialized successfully

2025-10-22 11:32:30 [INFO]: 🎉 [server]: All initialization steps completed successfully!

2025-10-22 11:32:30 [INFO]: ⚡️ [server]: Flowise Server is listening at :3000

^CTerminate batch job (Y/N)? 2025-10-22 11:32:57 [INFO]: Shutting down Flowise...


C:\Flowise>pnpm start  --FLOWISE_USERNAME=user@gmail.com --FLOWISE_PASSWORD=1234


> flowise@3.0.8 start C:\Flowise

> run-script-os "--FLOWISE_USERNAME=user@gmail.com" "--FLOWISE_PASSWORD=1234"


npm warn Unknown cli config "--FLOWISE_USERNAME". This will stop working in the next major version of npm.

npm warn Unknown cli config "--FLOWISE_PASSWORD". This will stop working in the next major version of npm.

npm warn Unknown env config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown env config "hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "shamefully-hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.

npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.

npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.

npm warn Unknown project config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "hoist". This will stop working in the next major version of npm.

npm warn Unknown project config "shamefully-hoist". This will stop working in the next major version of npm.


> flowise@3.0.8 start:windows

> cd packages/server/bin && run start


2025-10-22 11:33:24 [INFO]: Starting Flowise...

2025-10-22 11:33:24 [INFO]: 📦 [server]: Data Source initialized successfully

2025-10-22 11:33:24 [INFO]: 🔄 [server]: Database migrations completed successfully

2025-10-22 11:33:24 [INFO]: 🔐 [server]: Identity Manager initialized successfully

2025-10-22 11:33:31 [INFO]: 🔧 [server]: Nodes pool initialized successfully

2025-10-22 11:33:31 [INFO]: ⏹️ [server]: Abort controllers pool initialized successfully

2025-10-22 11:33:31 [INFO]: 🔑 [server]: Encryption key initialized successfully

2025-10-22 11:33:31 [INFO]: 🚦 [server]: Rate limiters initialized successfully

2025-10-22 11:33:31 [INFO]: 💾 [server]: Cache pool initialized successfully

2025-10-22 11:33:31 [INFO]: 📊 [server]: Usage cache manager initialized successfully

2025-10-22 11:33:31 [INFO]: 📈 [server]: Telemetry initialized successfully

2025-10-22 11:33:31 [INFO]: 🌊 [server]: SSE Streamer initialized successfully

2025-10-22 11:33:31 [INFO]: 🎉 [server]: All initialization steps completed successfully!

2025-10-22 11:33:31 [INFO]: ⚡️ [server]: Flowise Server is listening at :3000

2025-10-22 11:33:56 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:37:14 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:38:13 [INFO]: Shutting down Flowise...


C:\Flowise>pnpm start


> flowise@3.0.8 start C:\Flowise

> run-script-os


npm warn Unknown env config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown env config "hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "shamefully-hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.

npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.

npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.

npm warn Unknown project config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "hoist". This will stop working in the next major version of npm.

npm warn Unknown project config "shamefully-hoist". This will stop working in the next major version of npm.


> flowise@3.0.8 start:windows

> cd packages/server/bin && run start


2025-10-22 11:38:37 [INFO]: Starting Flowise...

2025-10-22 11:38:38 [INFO]: 📦 [server]: Data Source initialized successfully

2025-10-22 11:38:38 [INFO]: 🔄 [server]: Database migrations completed successfully

2025-10-22 11:38:38 [INFO]: 🔐 [server]: Identity Manager initialized successfully

2025-10-22 11:38:45 [INFO]: 🔧 [server]: Nodes pool initialized successfully

2025-10-22 11:38:45 [INFO]: ⏹️ [server]: Abort controllers pool initialized successfully

2025-10-22 11:38:45 [INFO]: 🔑 [server]: Encryption key initialized successfully

2025-10-22 11:38:45 [INFO]: 🚦 [server]: Rate limiters initialized successfully

2025-10-22 11:38:45 [INFO]: 💾 [server]: Cache pool initialized successfully

2025-10-22 11:38:45 [INFO]: 📊 [server]: Usage cache manager initialized successfully

2025-10-22 11:38:45 [INFO]: 📈 [server]: Telemetry initialized successfully

2025-10-22 11:38:45 [INFO]: 🌊 [server]: SSE Streamer initialized successfully

2025-10-22 11:38:45 [INFO]: 🎉 [server]: All initialization steps completed successfully!

2025-10-22 11:38:45 [INFO]: ⚡️ [server]: Flowise Server is listening at :3000

2025-10-22 11:38:59 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:42:52 [INFO]: Shutting down Flowise...


C:\Flowise>pnpm start


> flowise@3.0.8 start C:\Flowise

> run-script-os


npm warn Unknown env config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown env config "hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "shamefully-hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.

npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.

npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.

npm warn Unknown project config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "hoist". This will stop working in the next major version of npm.

npm warn Unknown project config "shamefully-hoist". This will stop working in the next major version of npm.


> flowise@3.0.8 start:windows

> cd packages/server/bin && run start


2025-10-22 11:43:16 [INFO]: Starting Flowise...

2025-10-22 11:43:16 [INFO]: 📦 [server]: Data Source initialized successfully

2025-10-22 11:43:16 [INFO]: 🔄 [server]: Database migrations completed successfully

2025-10-22 11:43:16 [INFO]: 🔐 [server]: Identity Manager initialized successfully

2025-10-22 11:43:23 [INFO]: 🔧 [server]: Nodes pool initialized successfully

2025-10-22 11:43:23 [INFO]: ⏹️ [server]: Abort controllers pool initialized successfully

2025-10-22 11:43:23 [INFO]: 🔑 [server]: Encryption key initialized successfully

2025-10-22 11:43:23 [INFO]: 🚦 [server]: Rate limiters initialized successfully

2025-10-22 11:43:23 [INFO]: 💾 [server]: Cache pool initialized successfully

2025-10-22 11:43:23 [INFO]: 📊 [server]: Usage cache manager initialized successfully

2025-10-22 11:43:23 [INFO]: 📈 [server]: Telemetry initialized successfully

2025-10-22 11:43:23 [INFO]: 🌊 [server]: SSE Streamer initialized successfully

2025-10-22 11:43:23 [INFO]: 🎉 [server]: All initialization steps completed successfully!

2025-10-22 11:43:23 [INFO]: ⚡️ [server]: Flowise Server is listening at :3000

2025-10-22 11:43:40 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:43:43 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:43:49 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:43:49 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:43:51 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:43:51 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:43:52 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:43:52 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:43:53 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:43:53 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:43:54 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:43:54 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:43:55 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:43:55 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:43:55 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:43:55 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:43:56 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:43:56 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:43:56 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:43:56 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:43:57 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:43:57 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:43:57 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:43:58 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:43:58 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:43:58 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:49:04 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:52:48 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:52:48 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:52:49 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:52:49 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:52:49 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:52:50 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:52:50 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:52:50 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:52:50 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:52:51 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:52:51 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:52:51 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:52:52 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:52:52 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:54:14 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:54:14 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:54:15 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:54:15 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:54:17 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:54:17 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:54:17 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:54:18 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:54:18 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:54:18 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:54:19 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:54:19 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:54:19 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:54:20 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:54:20 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:54:20 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:54:21 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 11:54:21 [INFO]: ⬆️ POST /api/v1/auth/resolve

2025-10-22 11:58:30 [INFO]: Shutting down Flowise...

^CTerminate batch job (Y/N)?

C:\Flowise>npx flowise start

npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.

npm warn Unknown project config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "hoist". This will stop working in the next major version of npm.

npm warn Unknown project config "shamefully-hoist". This will stop working in the next major version of npm.

2025-10-22 11:59:08 [INFO]: Starting Flowise...

2025-10-22 11:59:09 [INFO]: 📦 [server]: Data Source initialized successfully

2025-10-22 11:59:09 [INFO]: 🔄 [server]: Database migrations completed successfully

2025-10-22 11:59:09 [INFO]: 🔐 [server]: Identity Manager initialized successfully

2025-10-22 11:59:19 [INFO]: 🔧 [server]: Nodes pool initialized successfully

2025-10-22 11:59:19 [INFO]: ⏹️ [server]: Abort controllers pool initialized successfully

2025-10-22 11:59:19 [INFO]: 🔑 [server]: Encryption key initialized successfully

2025-10-22 11:59:19 [INFO]: 🚦 [server]: Rate limiters initialized successfully

2025-10-22 11:59:19 [INFO]: 💾 [server]: Cache pool initialized successfully

2025-10-22 11:59:19 [INFO]: 📊 [server]: Usage cache manager initialized successfully

2025-10-22 11:59:19 [INFO]: 📈 [server]: Telemetry initialized successfully

2025-10-22 11:59:19 [INFO]: 🌊 [server]: SSE Streamer initialized successfully

2025-10-22 11:59:19 [INFO]: 🎉 [server]: All initialization steps completed successfully!

2025-10-22 11:59:19 [INFO]: ⚡️ [server]: Flowise Server is listening at :3000

Terminate batch job (Y/N)? 2025-10-22 11:59:55 [INFO]: Shutting down Flowise...

npx flowise start

^C

C:\Flowise>npx flowise start

npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.

npm warn Unknown project config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "hoist". This will stop working in the next major version of npm.

npm warn Unknown project config "shamefully-hoist". This will stop working in the next major version of npm.

2025-10-22 12:00:25 [INFO]: Starting Flowise...

2025-10-22 12:00:25 [INFO]: 📦 [server]: Data Source initialized successfully

2025-10-22 12:00:25 [INFO]: 🔄 [server]: Database migrations completed successfully

2025-10-22 12:00:25 [INFO]: 🔐 [server]: Identity Manager initialized successfully

2025-10-22 12:00:32 [INFO]: 🔧 [server]: Nodes pool initialized successfully

2025-10-22 12:00:32 [INFO]: ⏹️ [server]: Abort controllers pool initialized successfully

2025-10-22 12:00:32 [INFO]: 🔑 [server]: Encryption key initialized successfully

2025-10-22 12:00:32 [INFO]: 🚦 [server]: Rate limiters initialized successfully

2025-10-22 12:00:32 [INFO]: 💾 [server]: Cache pool initialized successfully

2025-10-22 12:00:32 [INFO]: 📊 [server]: Usage cache manager initialized successfully

2025-10-22 12:00:32 [INFO]: 📈 [server]: Telemetry initialized successfully

2025-10-22 12:00:32 [INFO]: 🌊 [server]: SSE Streamer initialized successfully

2025-10-22 12:00:32 [INFO]: 🎉 [server]: All initialization steps completed successfully!

2025-10-22 12:00:32 [INFO]: ⚡️ [server]: Flowise Server is listening at :3000

2025-10-22 12:00:53 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 12:01:17 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 12:02:16 [INFO]: Shutting down Flowise...

Terminate batch job (Y/N)? y


C:\Flowise>netstart -ano | findstr :3000

'netstart' is not recognized as an internal or external command,

operable program or batch file.


C:\Flowise>netstart -ano | findstr :3000

'netstart' is not recognized as an internal or external command,

operable program or batch file.


C:\Flowise>pnpm run user:add

 ERR_PNPM_NO_SCRIPT  Missing script: user:add


Command "user:add" not found. Did you mean "pnpm run user"?


C:\Flowise>pnpm run user:add

 ERR_PNPM_NO_SCRIPT  Missing script: user:add


Command "user:add" not found. Did you mean "pnpm run user"?


C:\Flowise>pnpm run user


> flowise@3.0.8 user C:\Flowise

> run-script-os


npm warn Unknown env config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown env config "hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "shamefully-hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.

npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.

npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.

npm warn Unknown project config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "hoist". This will stop working in the next major version of npm.

npm warn Unknown project config "shamefully-hoist". This will stop working in the next major version of npm.


> flowise@3.0.8 user:windows

> cd packages/server/bin && run user


2025-10-22 12:03:44 [INFO]: Initializing DataSource

2025-10-22 12:03:44 [INFO]: Running listUserEmails

2025-10-22 12:03:44 [INFO]: Listing all user emails

2025-10-22 12:03:44 [INFO]: Email addresses: agungbaitulh@gmail.com

2025-10-22 12:03:44 [INFO]: Email count: 1

2025-10-22 12:03:44 [INFO]: To reset user password, run the following command: pnpm user --email "myEmail" --password "myPassword"


C:\Flowise>pnpm run user --email "user@gmail.com" --password "N@12341234"


> flowise@3.0.8 user C:\Flowise

> run-script-os "--email" "user@gmail.com" "--password" "N@12341234"


npm warn "user@gmail.com" is being parsed as a normal command line argument.

npm warn "N@12341234" is being parsed as a normal command line argument.

npm warn Unknown cli config "--email". This will stop working in the next major version of npm.

npm warn Unknown cli config "--password". This will stop working in the next major version of npm.

npm warn Unknown env config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown env config "hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "shamefully-hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.

npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.

npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.

npm warn Unknown project config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "hoist". This will stop working in the next major version of npm.

npm warn Unknown project config "shamefully-hoist". This will stop working in the next major version of npm.


> flowise@3.0.8 user:windows

> cd packages/server/bin && run user user@gmail.com N@12341234


2025-10-22 12:04:37 [INFO]: Initializing DataSource

2025-10-22 12:04:37 [INFO]: Running resetPassword

2025-10-22 12:04:37 [INFO]: Finding user by email: user@gmail.com

2025-10-22 12:04:37 [ERROR]: User not found with email: user@gmail.com

Error: User not found with email: user@gmail.com

    at user.resetPassword (C:\Flowise\packages\server\dist\commands\user.js:80:19)

    at async user.run (C:\Flowise\packages\server\dist\commands\user.js:48:17)

    at async user._run (C:\Flowise\node_modules\.pnpm\@oclif+core@4.0.7\node_modules\@oclif\core\lib\command.js:302:22)

    at async Config.runCommand (C:\Flowise\node_modules\.pnpm\@oclif+core@4.0.7\node_modules\@oclif\core\lib\config\config.js:424:25)

    at async Object.run (C:\Flowise\node_modules\.pnpm\@oclif+core@4.0.7\node_modules\@oclif\core\lib\main.js:94:16)


C:\Flowise>npx flowise user

npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.

npm warn Unknown project config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "hoist". This will stop working in the next major version of npm.

npm warn Unknown project config "shamefully-hoist". This will stop working in the next major version of npm.

2025-10-22 12:07:36 [INFO]: Initializing DataSource

2025-10-22 12:07:36 [INFO]: Running listUserEmails

2025-10-22 12:07:36 [INFO]: Listing all user emails

2025-10-22 12:07:36 [INFO]: Email addresses: agungbaitulh@gmail.com

2025-10-22 12:07:36 [INFO]: Email count: 1

2025-10-22 12:07:36 [INFO]: To reset user password, run the following command: pnpm user --email "myEmail" --password "myPassword"


C:\Flowise>pnpm user --email "agungbaitulh@gmail.com" --password "@gungBaitul83"


> flowise@3.0.8 user C:\Flowise

> run-script-os "--email" "agungbaitulh@gmail.com" "--password" "@gungBaitul83"


npm warn "agungbaitulh@gmail.com" is being parsed as a normal command line argument.

npm warn "@gungBaitul83" is being parsed as a normal command line argument.

npm warn Unknown cli config "--email". This will stop working in the next major version of npm.

npm warn Unknown cli config "--password". This will stop working in the next major version of npm.

npm warn Unknown env config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown env config "hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "shamefully-hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.

npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.

npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.

npm warn Unknown project config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "hoist". This will stop working in the next major version of npm.

npm warn Unknown project config "shamefully-hoist". This will stop working in the next major version of npm.


> flowise@3.0.8 user:windows

> cd packages/server/bin && run user agungbaitulh@gmail.com @gungBaitul83


2025-10-22 12:09:41 [INFO]: Initializing DataSource

2025-10-22 12:09:41 [INFO]: Running resetPassword

2025-10-22 12:09:41 [INFO]: Finding user by email: agungbaitulh@gmail.com

2025-10-22 12:09:41 [INFO]: Password reset for user: agungbaitulh@gmail.com


C:\Flowise>pnpm start


> flowise@3.0.8 start C:\Flowise

> run-script-os


npm warn Unknown env config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown env config "hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown env config "shamefully-hoist". This will stop working in the next major version of npm.

npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.

npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.

npm warn Unknown project config "auto-install-peers". This will stop working in the next major version of npm.

npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.

npm warn Unknown project config "prefer-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "link-workspace-packages". This will stop working in the next major version of npm.

npm warn Unknown project config "hoist". This will stop working in the next major version of npm.

npm warn Unknown project config "shamefully-hoist". This will stop working in the next major version of npm.


> flowise@3.0.8 start:windows

> cd packages/server/bin && run start


2025-10-22 12:10:12 [INFO]: Starting Flowise...

2025-10-22 12:10:12 [INFO]: 📦 [server]: Data Source initialized successfully

2025-10-22 12:10:12 [INFO]: 🔄 [server]: Database migrations completed successfully

2025-10-22 12:10:12 [INFO]: 🔐 [server]: Identity Manager initialized successfully

2025-10-22 12:10:22 [INFO]: 🔧 [server]: Nodes pool initialized successfully

2025-10-22 12:10:22 [INFO]: ⏹️ [server]: Abort controllers pool initialized successfully

2025-10-22 12:10:22 [INFO]: 🔑 [server]: Encryption key initialized successfully

2025-10-22 12:10:22 [INFO]: 🚦 [server]: Rate limiters initialized successfully

2025-10-22 12:10:22 [INFO]: 💾 [server]: Cache pool initialized successfully

2025-10-22 12:10:22 [INFO]: 📊 [server]: Usage cache manager initialized successfully

2025-10-22 12:10:22 [INFO]: 📈 [server]: Telemetry initialized successfully

2025-10-22 12:10:22 [INFO]: 🌊 [server]: SSE Streamer initialized successfully

2025-10-22 12:10:22 [INFO]: 🎉 [server]: All initialization steps completed successfully!

2025-10-22 12:10:22 [INFO]: ⚡️ [server]: Flowise Server is listening at :3000

2025-10-22 12:10:43 [INFO]: ⬆️ POST /api/v1/auth/login

2025-10-22 12:11:14 [INFO]: ⬆️ POST /api/v1/chatflows

2025-10-22 12:17:34 [INFO]: Shutting down Flowise...


C:\Flowise>^A^A@gungBaitul83@gungBaitul83@gungBaitul83@gungBaitul83@gungBaitul83@gungBaitul83@gungBaitul83@gungBaitul83@gungBaitul83@gungBaitul83@gungBaitul83@gungBaitul83@gungBaitul83@gungBaitul83@gungBaitul83@gungBaitul83


C:\Flowise>@gungBaitul83


https://drive.google.com/drive/folders/1JL7QVij1HEywY4I9LHhq7M3bhdtI7ZEN










Kegiatan PKM Video

 







 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2012. Bahan Ajar Agung - All Rights Reserved
Template Modify by Agung Baitul H (0898-1983-200)
Proudly powered by Blogger E-Mail agung.abl@bsi.ac.id