{"@context":"https://schema.org","@type":"BlogPosting","content_type":"post","url":"https://2movn.com/bai-viet/huong-dan-cai-wipter-manager-tren-server-linux","canonical":"https://2movn.com/bai-viet/huong-dan-cai-wipter-manager-tren-server-linux","title":"Hướng dẫn Cài Wipter Manager trên server Linux","h1":"Hướng dẫn Cài Wipter Manager trên server Linux","description":"Hướng dẫn dẫn cài đặt Wipter Manager nhanh chóng đơn giản cho mọi người. Đảm bảo tự động cài đặt nhanh trên server linux","excerpt":"Hướng dẫn dẫn cài đặt Wipter Manager nhanh chóng đơn giản cho mọi người. Đảm bảo tự động cài đặt nhanh trên server linux","category":"hướng dẫn","tags":["internet","proxy","socks5","tool mmo"],"headings":[{"level":1,"text":"Hướng dẫn cài đặt Wipter Manager (online)","id":"huong-dan-cai-dat-wipter-manager-online"},{"level":2,"text":"Yêu cầu","id":"yeu-cau"},{"level":2,"text":"1. Cài đặt online","id":"1-cai-dat-online"},{"level":3,"text":"Lệnh khuyến nghị (cài + chạy ngay)","id":"lenh-khuyen-nghi-cai-chay-ngay"},{"level":3,"text":"Chỉ cài, chưa start","id":"chi-cai-chua-start"},{"level":3,"text":"Tuỳ chọn thường dùng","id":"tuy-chon-thuong-dung"},{"level":3,"text":"Script làm gì?","id":"script-lam-gi"},{"level":2,"text":"2. Kiểm tra sau khi cài","id":"2-kiem-tra-sau-khi-cai"},{"level":2,"text":"3. Cấu hình trên Web (lần đầu)","id":"3-cau-hinh-tren-web-lan-dau"},{"level":3,"text":"Bước A — Kích hoạt License","id":"buoc-a-kich-hoat-license"},{"level":3,"text":"Bước B — Setup wizard (4 bước)","id":"buoc-b-setup-wizard-4-buoc"},{"level":3,"text":"Bước C — Đăng nhập & dùng hàng ngày","id":"buoc-c-dang-nhap-dung-hang-ngay"},{"level":2,"text":"4. Cập nhật phiên bản","id":"4-cap-nhat-phien-ban"},{"level":2,"text":"5. Lưu ý an toàn","id":"5-luu-y-an-toan"},{"level":2,"text":"Tóm tắt nhanh","id":"tom-tat-nhanh"}],"outline":[{"level":1,"text":"Hướng dẫn cài đặt Wipter Manager (online)","id":"huong-dan-cai-dat-wipter-manager-online"},{"level":2,"text":"Yêu cầu","id":"yeu-cau"},{"level":2,"text":"1. Cài đặt online","id":"1-cai-dat-online"},{"level":3,"text":"Lệnh khuyến nghị (cài + chạy ngay)","id":"lenh-khuyen-nghi-cai-chay-ngay"},{"level":3,"text":"Chỉ cài, chưa start","id":"chi-cai-chua-start"},{"level":3,"text":"Tuỳ chọn thường dùng","id":"tuy-chon-thuong-dung"},{"level":3,"text":"Script làm gì?","id":"script-lam-gi"},{"level":2,"text":"2. Kiểm tra sau khi cài","id":"2-kiem-tra-sau-khi-cai"},{"level":2,"text":"3. Cấu hình trên Web (lần đầu)","id":"3-cau-hinh-tren-web-lan-dau"},{"level":3,"text":"Bước A — Kích hoạt License","id":"buoc-a-kich-hoat-license"},{"level":3,"text":"Bước B — Setup wizard (4 bước)","id":"buoc-b-setup-wizard-4-buoc"},{"level":3,"text":"Bước C — Đăng nhập & dùng hàng ngày","id":"buoc-c-dang-nhap-dung-hang-ngay"},{"level":2,"text":"4. Cập nhật phiên bản","id":"4-cap-nhat-phien-ban"},{"level":2,"text":"5. Lưu ý an toàn","id":"5-luu-y-an-toan"},{"level":2,"text":"Tóm tắt nhanh","id":"tom-tat-nhanh"}],"content_text":"Hướng dẫn cài đặt Wipter Manager (online)\nCài Wipter Manager trên VPS Linux bằng script online wipter-setup.sh, rồi cấu hình lần đầu trên Web UI.\n\nYêu cầu\n\nMục\nChi tiết\n\nOS\nLinux (Ubuntu/Debian/CentOS… có systemd khuyến nghị)\n\nQuyền\nRoot / sudo — để cài systemd + tối ưu kernel/ulimit\n\nMạng\nKết nối ra ngoài để tải script + bản .run\n\nNode.js\n≥ 18 — script tự cài qua nvm nếu thiếu\n\nCông cụ\ncurl (hoặc wget), tar, base64\n\n1. Cài đặt online\nScript tải từ https://2movn.com/tool/wipter-setup.sh, sau đó tải bản đóng gói tương ứng:\n\nVersion (-v)\nFile tải\n\nv3.3.2-linux\nwipter-v3.3.2-linux.run\n\nLệnh khuyến nghị (cài + chạy ngay)\n# v3.3 (mới hơn)\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- -v v3.3.2-linux --run\nMặc định khi chạy bằng root:\n\nThư mục cài: /opt/wipter\nPort Web: 3100\nService systemd: wipter\nTự tối ưu VPS (sysctl / ulimit / DefaultLimitNOFILE)\n\nChỉ cài, chưa start\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- -v v3.3.2-linux\nsudo systemctl start wipter\nTuỳ chọn thường dùng\n# Đổi thư mục / port\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- \\\n -v v3.2-linux -d /opt/wipter --port 3100 --run\n\n# Cập nhật code, giữ database (SQLite + .store_key) + toml/logs/proxy\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- \\\n -v v3.2-linux --keep-data --run\n\n# Không cài systemd (chạy tay bằng start.sh)\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | bash -s -- \\\n -v v3.2-linux --no-systemd --run\nXem đầy đủ:\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | bash -s -- --help\n\nOptions:\n  -v, --version\n\n  -d, --dir\n\n  --user\n\n  --port\n\n  --run                   Enable + start service ngay (hoặc chạy foreground nếu --no-systemd)\n\n  --keep-data, --update   Giữ database + runtime (ĐÃ LÀ MẶC ĐỊNH)\n\n  --wipe-data, --fresh    Cài sạch — XÓA data/toml/logs/proxy (mất SQLite, proxy pool, license…)\n\n  --no-systemd            Không cài systemd unit\n\n  --no-tune               Không áp dụng tối ưu VPS (sysctl/limits)\n\n  --no-node-install       Không tự cài nvm/Node (nếu thiếu sẽ báo lỗi)\n\n  -h, --help              Trợ giúp\n\nExamples:\n  # Cập nhật / cài bản mới nhất, giữ data, chạy service:\n  curl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- -v v3.3-linux --run\n\n  # Cùng lệnh, bỏ -v cũng được (mặc định v3.3-linux):\n  curl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- --run\n\n  # Cài vào thư mục tùy chọn:\n  curl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- -v v3.3-linux -d /opt/wipter --run\n\n  # Cài SẠCH (xóa DB) — chỉ khi chắc chắn:\n  curl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- -v v3.3-linux --wipe-data --run\n\nScript làm gì?\n\nKiểm tra / cài Node.js ≥ 18 (nvm nếu cần)\n(Root) Áp dụng tối ưu VPS — file descriptor, TCP backlog, systemd limits\nTải .run → giải nén vào thư mục cài\nTạo wrapper start.sh / stop.sh + unit systemd wipter.service\nVới --run: enable + start service\n\n2. Kiểm tra sau khi cài\n# Trạng thái service\nsystemctl status wipter\n\n# Log realtime\njournalctl -u wipter -f\n\n# Health (public, không cần auth)\ncurl -s http://127.0.0.1:3100/api/health\nMở Web UI:\nhttp://{ip_public_vps}:3100\nFirewall / security group cần mở port 3100 (hoặc port đã đặt bằng --port).\n\nLệnh\nMục đích\n\nsystemctl start wipter\nStart\n\nsystemctl stop wipter\nStop\n\nsystemctl restart wipter\nRestart\n\njournalctl -u wipter -f\nXem log\n\nKhông dùng systemd: chạy /opt/wipter/start.sh và /opt/wipter/stop.sh.\n\n3. Cấu hình trên Web (lần đầu)\nLuồng: License → Setup → Login → Dashboard.\nBước A — Kích hoạt License\nLần đầu mở /web/ sẽ vào trang License. Nhập key license 2movn → kích hoạt.\nNếu đổi hardware VPS, device fingerprint có thể đổi — cần nhập lại key.\n\nBước B — Setup wizard (4 bước)\n\nBước\nNội dung\n\n1. Admin\nTạo tài khoản quản trị Web (username > 4 ký tự; mật khẩu ≥ 6, có chữ hoa, số, ký tự đặc biệt)\n\n2. Wipter\nEmail + mật khẩu tài khoản Wipter (Cognito) — dùng để đăng ký / chạy node\n\n3. Proxy\nDán danh sách proxy (mỗi dòng một proxy). Type mặc định: Auto → socks5\n\n4. Chạy\nBật Tự deploy ngay sau setup (khuyến nghị) → Hoàn tất\n\nĐịnh dạng proxy hỗ trợ:\n1.2.3.4:1080\nhost:port:user:pass\nuser:pass@host:port\nsocks5://user:pass@host:port\nProxy được lưu vào SQLite proxy_pool . Dedup theo host:port.\n\nBước C — Đăng nhập & dùng hàng ngày\nSau setup, đăng nhập bằng admin đã tạo. Các mục chính:\n\nTrang\nViệc làm\n\nDashboard\nTổng quan trạng thái / thống kê\n\nProxies\nImport thêm, check live, retire / restore, xóa\n\nNodes\nDeploy từ pool, restart / stop / xóa node, thay proxy\n\nUtilities\nTiện ích vận hành\n\nAccount\nThông tin tài khoản Wipter / ngày\n\nSettings\nCấu hình thêm\n\nGợi ý vận hành:\n\nImport proxy → (tuỳ chọn) check health\nDeploy từ proxy_pool lifecycle = active\nTheo dõi Nodes / Dashboard; proxy chết lâu sẽ soft-retire, live lại thì restore cùng deviceId\n\n4. Cập nhật phiên bản\nGiữ nguyên DB và dữ liệu runtime:\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- \\\n -v v3.1-linux --keep-data --run\n--keep-data / --update không ghi đè thư mục: data/, toml/, logs/, proxy/.\n\n5. Lưu ý an toàn\n\nĐặt mật khẩu admin mạnh; không dùng mật khẩu mặc định yếu\nGiữ nguyên data/ và data/.store_key (AES secrets) — mất key = không đọc được secret đã mã hóa\n/api/health chỉ trả status / version / uptime — không lộ cấu hình nhạy cảm\nChỉ mở port Web cho IP tin cậy nếu VPS public\n\nTóm tắt nhanh\n# 1) Cài + chạy\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- -v v3.2-linux --run\n\n# 2) Mở trình duyệt\n# http://{ip_public_vps}:3100","content_markdown":"# Hướng dẫn cài đặt Wipter Manager (online)\n\nCài Wipter Manager trên VPS Linux bằng script online `wipter-setup.sh`, rồi cấu hình lần đầu trên Web UI.\n\n---\n\n## Yêu cầu\n\n| Mục | Chi tiết |\n| --- | --- |\n| OS | Linux (Ubuntu/Debian/CentOS… có `systemd` khuyến nghị) |\n| Quyền | **Root / sudo** — để cài systemd + tối ưu kernel/ulimit |\n| Mạng | Kết nối ra ngoài để tải script + bản `.run` |\n| Node.js | ≥ 18 — script tự cài qua nvm nếu thiếu |\n| Công cụ | `curl` (hoặc `wget`), `tar`, `base64` |\n\n---\n\n## 1. Cài đặt online\n\nScript tải từ `https://2movn.com/tool/wipter-setup.sh`, sau đó tải bản đóng gói tương ứng:\n\n| Version (`-v`) | File tải |\n| --- | --- |\n| `v3.3.2-linux` | `wipter-v3.3.2-linux.run` |\n\n### ![image](https://2movn.com/storage/editor/setup-1.PNG)\n\nLệnh khuyến nghị (cài + chạy ngay)\n\n```\n# v3.3 (mới hơn)\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- -v v3.3.2-linux --run\n```\n\nMặc định khi chạy bằng root:\n\n- Thư mục cài: `/opt/wipter`\n- Port Web: **3100**\n- Service systemd: `wipter`\n- Tự tối ưu VPS (sysctl / ulimit / `DefaultLimitNOFILE`)\n\n### Chỉ cài, chưa start\n\n```\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- -v v3.3.2-linux\nsudo systemctl start wipter\n```\n\n### Tuỳ chọn thường dùng\n\n```\n# Đổi thư mục / port\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- \\\n -v v3.2-linux -d /opt/wipter --port 3100 --run\n\n# Cập nhật code, giữ database (SQLite + .store_key) + toml/logs/proxy\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- \\\n -v v3.2-linux --keep-data --run\n\n# Không cài systemd (chạy tay bằng start.sh)\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | bash -s -- \\\n -v v3.2-linux --no-systemd --run\n```\n\nXem đầy đủ:\n\n```\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | bash -s -- --help\n```\n\nOptions:\n\n```\n  -v, --version\n\n  -d, --dir\n\n  --user\n\n  --port\n\n  --run                   Enable + start service ngay (hoặc chạy foreground nếu --no-systemd)\n\n  --keep-data, --update   Giữ database + runtime (ĐÃ LÀ MẶC ĐỊNH)\n\n  --wipe-data, --fresh    Cài sạch — XÓA data/toml/logs/proxy (mất SQLite, proxy pool, license…)\n\n  --no-systemd            Không cài systemd unit\n\n  --no-tune               Không áp dụng tối ưu VPS (sysctl/limits)\n\n  --no-node-install       Không tự cài nvm/Node (nếu thiếu sẽ báo lỗi)\n\n  -h, --help              Trợ giúp\n```\n\nExamples:\n\n  # Cập nhật / cài bản mới nhất, giữ data, chạy service:\n\n```\n  curl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- -v v3.3-linux --run\n```\n\n  # Cùng lệnh, bỏ -v cũng được (mặc định v3.3-linux):\n\n```\n  curl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- --run\n```\n\n  # Cài vào thư mục tùy chọn:\n\n```\n  curl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- -v v3.3-linux -d /opt/wipter --run\n```\n\n  # Cài SẠCH (xóa DB) — chỉ khi chắc chắn:\n\n```\n  curl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- -v v3.3-linux --wipe-data --run\n```\n\n### Script làm gì?\n\n1. Kiểm tra / cài **Node.js ≥ 18** (nvm nếu cần)\n2. (Root) Áp dụng **tối ưu VPS** — file descriptor, TCP backlog, systemd limits\n3. Tải `.run` → giải nén vào thư mục cài\n4. Tạo wrapper `start.sh` / `stop.sh` + unit **systemd** `wipter.service`\n5. Với `--run`: enable + start service\n\n---\n\n## 2. Kiểm tra sau khi cài\n\n```\n# Trạng thái service\nsystemctl status wipter\n\n# Log realtime\njournalctl -u wipter -f\n\n# Health (public, không cần auth)\ncurl -s http://127.0.0.1:3100/api/health\n```\n\nMở Web UI:\n\n```\nhttp://{ip_public_vps}:3100\n```\n\nFirewall / security group cần mở port **3100** (hoặc port đã đặt bằng `--port`).\n\n![image](https://2movn.com/storage/editor/setup-2.PNG)\n\n| Lệnh | Mục đích |\n| --- | --- |\n| `systemctl start wipter` | Start |\n| `systemctl stop wipter` | Stop |\n| `systemctl restart wipter` | Restart |\n| `journalctl -u wipter -f` | Xem log |\n\nKhông dùng systemd: chạy `/opt/wipter/start.sh` và `/opt/wipter/stop.sh`.\n\n---\n\n## 3. Cấu hình trên Web (lần đầu)\n\nLuồng: **License → Setup → Login → Dashboard**.\n\n### Bước A — Kích hoạt License\n\nLần đầu mở `/web/` sẽ vào trang **License**. Nhập key license 2movn → kích hoạt.\n\nNếu đổi hardware VPS, device fingerprint có thể đổi — cần nhập lại key.\n\n![image](https://2movn.com/storage/editor/setup-3.PNG)\n\n### Bước B — Setup wizard (4 bước)\n\n| Bước | Nội dung |\n| --- | --- |\n| **1. Admin** | Tạo tài khoản quản trị Web (username > 4 ký tự; mật khẩu ≥ 6, có chữ hoa, số, ký tự đặc biệt) |\n| **2. Wipter** | Email + mật khẩu tài khoản Wipter (Cognito) — dùng để đăng ký / chạy node |\n| **3. Proxy** | Dán danh sách proxy (mỗi dòng một proxy). Type mặc định: Auto → socks5 |\n| **4. Chạy** | Bật **Tự deploy ngay sau setup** (khuyến nghị) → Hoàn tất |\n\n![image](https://2movn.com/storage/editor/setup-4.PNG)\n\n![image](https://2movn.com/storage/editor/setup-5.PNG)\n\n![image](https://2movn.com/storage/editor/setup-6.PNG)\n\nĐịnh dạng proxy hỗ trợ:\n\n```\n1.2.3.4:1080\nhost:port:user:pass\nuser:pass@host:port\nsocks5://user:pass@host:port\n```\n\nProxy được lưu vào SQLite `proxy_pool` . Dedup theo `host:port`.\n\n![image](https://2movn.com/storage/editor/setup-7.PNG)\n\n### Bước C — Đăng nhập & dùng hàng ngày\n\nSau setup, đăng nhập bằng **admin** đã tạo. Các mục chính:\n\n| Trang | Việc làm |\n| --- | --- |\n| **Dashboard** | Tổng quan trạng thái / thống kê |\n| **Proxies** | Import thêm, check live, retire / restore, xóa |\n| **Nodes** | Deploy từ pool, restart / stop / xóa node, thay proxy |\n| **Utilities** | Tiện ích vận hành |\n| **Account** | Thông tin tài khoản Wipter / ngày |\n| **Settings** | Cấu hình thêm |\n\n**![image](https://2movn.com/storage/editor/dashboard.PNG)**\n\n**![image](https://2movn.com/storage/editor/setup-8.PNG)**\n\n**![image](https://2movn.com/storage/editor/setup-9.PNG)**\n\n**Gợi ý vận hành:**\n\n1. Import proxy → (tuỳ chọn) check health\n2. Deploy từ `proxy_pool` lifecycle = **active**\n3. Theo dõi Nodes / Dashboard; proxy chết lâu sẽ soft-retire, live lại thì restore cùng `deviceId`\n\n---\n\n## 4. Cập nhật phiên bản\n\nGiữ nguyên DB và dữ liệu runtime:\n\n```\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- \\\n -v v3.1-linux --keep-data --run\n```\n\n`--keep-data` / `--update` **không ghi đè** thư mục: `data/`, `toml/`, `logs/`, `proxy/`.\n\n---\n\n## 5. Lưu ý an toàn\n\n- Đặt mật khẩu admin mạnh; không dùng mật khẩu mặc định yếu\n- Giữ nguyên `data/` và `data/.store_key` (AES secrets) — mất key = không đọc được secret đã mã hóa\n- `/api/health` chỉ trả status / version / uptime — không lộ cấu hình nhạy cảm\n- Chỉ mở port Web cho IP tin cậy nếu VPS public\n\n---\n\n## Tóm tắt nhanh\n\n```\n# 1) Cài + chạy\ncurl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- -v v3.2-linux --run\n\n# 2) Mở trình duyệt\n# http://{ip_public_vps}:3100\n```","markdown_url":"https://2movn.com/bai-viet/huong-dan-cai-wipter-manager-tren-server-linux.md","updated_at":"2026-08-03T20:25:10+07:00","published_at":"2026-07-27T16:12:49+07:00","seo":{"title":"Hướng dẫn Cài Wipter Manager trên server Linux","description":"Hướng dẫn dẫn cài đặt Wipter Manager nhanh chóng đơn giản cho mọi người. Đảm bảo tự động cài đặt nhanh trên server linux","keywords":null,"robots":"index,follow"},"faq":[{"question":"Yêu cầu hệ thống để cài đặt Wipter Manager là gì?","answer":"Bạn cần một máy chủ chạy hệ điều hành Linux (Ubuntu, Debian, CentOS...) có hỗ trợ systemd, quyền root hoặc sudo, và đã cài đặt sẵn Node.js phiên bản 18 trở lên."},{"question":"Làm thế nào để cập nhật Wipter Manager mà không mất dữ liệu?","answer":"Bạn có thể sử dụng lệnh cài đặt với tham số --keep-data. Lệnh này sẽ cập nhật phiên bản mới mà vẫn giữ nguyên các tệp cấu hình, database SQLite và dữ liệu proxy hiện có."},{"question":"Tôi nên làm gì nếu quên mật khẩu quản trị Wipter Manager?","answer":"Wipter Manager lưu trữ thông tin quản trị trong database. Bạn nên thiết lập mật khẩu mạnh ngay từ đầu và lưu trữ cẩn thận các tệp trong thư mục data, đặc biệt là tệp .store_key để đảm bảo an toàn dữ liệu."},{"question":"Cổng mặc định để truy cập Web UI của Wipter Manager là bao nhiêu?","answer":"Cổng mặc định của Wipter Manager là 3100. Bạn cần đảm bảo đã mở cổng này trên tường lửa (firewall) hoặc security group của VPS để có thể truy cập từ trình duyệt."},{"question":"Script cài đặt Wipter Manager có tự động tối ưu hóa VPS không?","answer":"Có, khi chạy bằng quyền root, script sẽ tự động thực hiện các cấu hình tối ưu hệ thống như điều chỉnh sysctl, ulimit và giới hạn tệp (file descriptor) để đảm bảo hiệu suất tốt nhất cho việc quản lý proxy."}],"howto":{"name":"Hướng dẫn cài đặt Wipter Manager trên server Linux","steps":[{"name":"Chuẩn bị môi trường","text":"Đảm bảo VPS của bạn đã cài đặt curl và có quyền truy cập root để thực hiện các thao tác cài đặt systemd và tối ưu hệ thống."},{"name":"Chạy script cài đặt","text":"Sử dụng lệnh curl để tải và chạy script cài đặt từ nguồn chính thức: curl -fsSL https://2movn.com/tool/wipter-setup.sh | sudo bash -s -- -v v3.1-linux --run"},{"name":"Kiểm tra trạng thái dịch vụ","text":"Sử dụng lệnh systemctl status wipter để đảm bảo dịch vụ đã được khởi chạy thành công và đang hoạt động ổn định."},{"name":"Kích hoạt License","text":"Truy cập vào địa chỉ IP của VPS qua cổng 3100 trên trình duyệt, sau đó nhập key license để kích hoạt phần mềm."},{"name":"Cấu hình Setup Wizard","text":"Hoàn tất 4 bước thiết lập bao gồm: tạo tài khoản quản trị, đăng nhập tài khoản Wipter, nhập danh sách proxy và xác nhận triển khai node."},{"name":"Quản lý và vận hành","text":"Sau khi hoàn tất, bạn có thể đăng nhập vào Dashboard để quản lý proxy, theo dõi trạng thái node và thực hiện các tác vụ vận hành hàng ngày."}],"description":"Các bước chi tiết để cài đặt, cấu hình và khởi chạy Wipter Manager trên VPS Linux thông qua script tự động."},"publisher":{"@type":"Organization","name":"2movn","url":"https://2movn.com","logo":{"@type":"ImageObject","url":"https://2movn.com/storage/site/crzopDKFT5eo8uBmown3nvMFfLig47RbpRRLPqGN.png"}}}