download

LoginMyId Installation Steps

  1. Download and Install Cloudflared
  2. Download, extract and add into system path XTLS X-Ray Core
  3. Run file run.bat
  4. Use NekoRay to connect

Config file

Light SFTP Server

Download

How to use in client:

scp -P 2022 ./filename x@192.168.1.12:~

password : x

Nginx reverse proxy

server {
  listen 443 ssl http2;
  server_name your.domain.com;

  ssl_certificate     /etc/letsencrypt/live/your.domain.com/fullchain.pem;
  ssl_certificate_key /etc/letsencrypt/live/your.domain.com/privkey.pem;

  location /loginmyid {
    proxy_pass          http://127.0.0.1:10617;
    proxy_http_version  1.1;            # <-- bukan '2'
    proxy_set_header    Host $host;
    proxy_set_header    X-Forwarded-For $remote_addr;
    proxy_read_timeout  3600s;
    proxy_send_timeout  3600s;
  }
}

Client

Konfigurasi Klien: