{"id":2896,"date":"2026-06-13T11:43:24","date_gmt":"2026-06-13T04:43:24","guid":{"rendered":"https:\/\/himpro.info\/?p=2896"},"modified":"2026-06-13T11:43:26","modified_gmt":"2026-06-13T04:43:26","slug":"%e0%b8%84%e0%b8%b9%e0%b9%88%e0%b8%a1%e0%b8%b7%e0%b8%ad%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-livekit-server-%e0%b8%9a%e0%b8%99-ubuntu-%e0%b8%9e","status":"publish","type":"post","link":"https:\/\/himpro.info\/?p=2896","title":{"rendered":"\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 LiveKit Server \u0e1a\u0e19 Ubuntu \u0e1e\u0e23\u0e49\u0e2d\u0e21 Apache Reverse Proxy"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/livekit\/livekit?utm_source=chatgpt.com\">LiveKit GitHub Repository<\/a><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">1. \u0e40\u0e15\u0e23\u0e35\u0e22\u0e21\u0e23\u0e30\u0e1a\u0e1a Ubuntu<\/h1>\n\n\n\n<p>\u0e2d\u0e31\u0e1b\u0e40\u0e14\u0e15\u0e41\u0e1e\u0e47\u0e01\u0e40\u0e01\u0e08<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">sudo apt update\nsudo apt upgrade -y\n<\/code><\/pre>\n\n\n\n<p>\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">sudo apt install -y curl wget unzip\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">2. \u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 LiveKit Server<\/h1>\n\n\n\n<p>\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14 LiveKit \u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e0a\u0e31\u0e19\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">wget https:\/\/github.com\/livekit\/livekit\/releases\/latest\/download\/livekit-server_linux_amd64.tar.gz\n<\/code><\/pre>\n\n\n\n<p>\u0e41\u0e15\u0e01\u0e44\u0e1f\u0e25\u0e4c<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">tar -xzf livekit-server_linux_amd64.tar.gz\n<\/code><\/pre>\n\n\n\n<p>\u0e22\u0e49\u0e32\u0e22\u0e44\u0e1f\u0e25\u0e4c\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e23\u0e30\u0e1a\u0e1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">sudo mv livekit-server \/usr\/local\/bin\/\nsudo chmod +x \/usr\/local\/bin\/livekit-server\n<\/code><\/pre>\n\n\n\n<p>\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e40\u0e27\u0e2d\u0e23\u0e4c\u0e0a\u0e31\u0e19<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">livekit-server --version\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">3. \u0e2a\u0e23\u0e49\u0e32\u0e07\u0e44\u0e1f\u0e25\u0e4c Config<\/h1>\n\n\n\n<p>\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e44\u0e1f\u0e25\u0e4c<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">sudo mkdir -p \/etc\/livekit\nsudo nano \/etc\/livekit\/livekit.yaml\n<\/code><\/pre>\n\n\n\n<p>\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">port: 7880\n\nrtc:\n  tcp_port: 7881\n  use_external_ip: true\n\nkeys:\n  devkey: secret\n\nlogging:\n  level: info\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">4. \u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19 LiveKit<\/h1>\n\n\n\n<p>\u0e17\u0e14\u0e2a\u0e2d\u0e1a\u0e41\u0e1a\u0e1a Development<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">livekit-server --dev\n<\/code><\/pre>\n\n\n\n<p>\u0e2b\u0e23\u0e37\u0e2d<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">livekit-server --config \/etc\/livekit\/livekit.yaml\n<\/code><\/pre>\n\n\n\n<p>\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">curl http:\/\/127.0.0.1:7880\n<\/code><\/pre>\n\n\n\n<p>\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">{\"status\":\"OK\"}\n<\/code><\/pre>\n\n\n\n<p>\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a Port<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">sudo ss -lntp | grep 7880\n<\/code><\/pre>\n\n\n\n<p>\u0e04\u0e27\u0e23\u0e1e\u0e1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">LISTEN *:7880\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">5. \u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 Apache Modules \u0e17\u0e35\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19<\/h1>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">sudo a2enmod proxy\nsudo a2enmod proxy_http\nsudo a2enmod proxy_wstunnel\nsudo a2enmod rewrite\nsudo a2enmod headers\nsudo a2enmod ssl\n<\/code><\/pre>\n\n\n\n<p>Restart Apache<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">sudo systemctl restart apache2\n<\/code><\/pre>\n\n\n\n<p>\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">apachectl -M | grep proxy\n<\/code><\/pre>\n\n\n\n<p>\u0e04\u0e27\u0e23\u0e1e\u0e1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">proxy_module\nproxy_http_module\nproxy_wstunnel_module\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">6. \u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32 Apache Reverse Proxy<\/h1>\n\n\n\n<p>\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07 VirtualHost<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">&lt;VirtualHost *:*&gt;\n    RequestHeader set \"X-Forwarded-Proto\" expr=%{REQUEST_SCHEME}\n&lt;\/VirtualHost&gt;\n\n&lt;VirtualHost *:80&gt;\n    ServerName video.example.com\n    Redirect permanent \/ https:\/\/video.example.com\/\n&lt;\/VirtualHost&gt;\n\n&lt;VirtualHost *:443&gt;\n\n    Protocols h2 http\/1.1\n\n    ProxyPreserveHost On\n\n    ProxyPass \/ http:\/\/127.0.0.1:7880\/\n    ProxyPassReverse \/ http:\/\/127.0.0.1:7880\/\n\n    RequestHeader set X-Forwarded-Proto \"https\"\n    RequestHeader set X-Forwarded-Port \"443\"\n\n    RewriteEngine On\n\n    RewriteCond %{HTTP:Upgrade} websocket [NC]\n    RewriteCond %{HTTP:Connection} upgrade [NC]\n    RewriteRule ^\/(.*)$ ws:\/\/127.0.0.1:7880\/$1 [P,L]\n\n    ServerName video.example.com\n\n    SSLEngine On\n    SSLProxyEngine On\n\n    SSLCertificateFile \/path\/to\/fullchain.pem\n    SSLCertificateKeyFile \/path\/to\/privkey.pem\n\n&lt;\/VirtualHost&gt;\n<\/code><\/pre>\n\n\n\n<p>\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38\u0e2a\u0e33\u0e04\u0e31\u0e0d<\/p>\n\n\n\n<p>\u0e2b\u0e32\u0e01\u0e44\u0e21\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e2a\u0e48\u0e27\u0e19\u0e19\u0e35\u0e49<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">RewriteEngine On\n\nRewriteCond %{HTTP:Upgrade} websocket [NC]\nRewriteCond %{HTTP:Connection} upgrade [NC]\nRewriteRule ^\/(.*)$ ws:\/\/127.0.0.1:7880\/$1 [P,L]\n<\/code><\/pre>\n\n\n\n<p>LiveKit \u0e08\u0e30\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e23\u0e49\u0e32\u0e07 WebSocket Signaling Connection \u0e44\u0e14\u0e49<\/p>\n\n\n\n<p>\u0e41\u0e25\u0e30\u0e08\u0e30\u0e1e\u0e1a Error<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">Websocket connection could not be established\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">7. \u0e40\u0e1b\u0e34\u0e14 Firewall<\/h1>\n\n\n\n<p>\u0e40\u0e1b\u0e34\u0e14\u0e1e\u0e2d\u0e23\u0e4c\u0e15\u0e17\u0e35\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">sudo ufw allow 80\/tcp\nsudo ufw allow 443\/tcp\nsudo ufw allow 7881\/tcp\nsudo ufw allow 50000:60000\/udp\n<\/code><\/pre>\n\n\n\n<p>\u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e1b\u0e34\u0e14\u0e43\u0e19 Cloud Firewall \u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23 VPS<\/p>\n\n\n\n<p>\u0e1e\u0e2d\u0e23\u0e4c\u0e15\u0e17\u0e35\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">80\/TCP\n443\/TCP\n7881\/TCP\n50000-60000\/UDP\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">8. \u0e17\u0e14\u0e2a\u0e2d\u0e1a\u0e1c\u0e48\u0e32\u0e19 Browser<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\">\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a Reverse Proxy<\/h2>\n\n\n\n<p>\u0e40\u0e1b\u0e34\u0e14<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">https:\/\/video.example.com\n<\/code><\/pre>\n\n\n\n<p>\u0e04\u0e27\u0e23\u0e41\u0e2a\u0e14\u0e07<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">OK\n<\/code><\/pre>\n\n\n\n<p>\u0e2b\u0e23\u0e37\u0e2d<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">{\"status\":\"OK\"}\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">9. \u0e17\u0e14\u0e2a\u0e2d\u0e1a\u0e14\u0e49\u0e27\u0e22 LiveKit Connection Test<\/h1>\n\n\n\n<p>\u0e40\u0e1b\u0e34\u0e14<\/p>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/livekit.com\/webrtc\/connection-test\n<\/div><\/figure>\n\n\n\n<p>\u0e01\u0e23\u0e2d\u0e01<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">LiveKit URL:\nwss:\/\/video.example.com\n<\/code><\/pre>\n\n\n\n<p>\u0e43\u0e2a\u0e48 Room Token<\/p>\n\n\n\n<p>\u0e2b\u0e32\u0e01\u0e17\u0e38\u0e01\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07 \u0e08\u0e30\u0e1c\u0e48\u0e32\u0e19\u0e01\u0e32\u0e23\u0e17\u0e14\u0e2a\u0e2d\u0e1a\u0e14\u0e31\u0e07\u0e19\u0e35\u0e49<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">Connecting to signal connection via WebSocket\nPASS\n\nEstablishing WebRTC connection\nPASS\n\nCan connect via TURN\nPASS\n\nCan publish audio\nPASS\n\nCan publish video\nPASS\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">10. \u0e17\u0e14\u0e2a\u0e2d\u0e1a\u0e14\u0e49\u0e27\u0e22 LiveKit Example App<\/h1>\n\n\n\n<p>\u0e40\u0e1b\u0e34\u0e14<\/p>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/example.livekit.io\n<\/div><\/figure>\n\n\n\n<p>\u0e40\u0e25\u0e37\u0e2d\u0e01<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">Custom Server\n<\/code><\/pre>\n\n\n\n<p>\u0e01\u0e23\u0e2d\u0e01<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">wss:\/\/video.example.com\n<\/code><\/pre>\n\n\n\n<p>\u0e43\u0e2a\u0e48 Token \u0e17\u0e35\u0e48\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e08\u0e32\u0e01 LiveKit<\/p>\n\n\n\n<p>\u0e01\u0e14 Connect<\/p>\n\n\n\n<p>\u0e2b\u0e32\u0e01\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d\u0e44\u0e14\u0e49\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08 \u0e08\u0e30\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e02\u0e49\u0e32\u0e2b\u0e49\u0e2d\u0e07 Video Call \u0e44\u0e14\u0e49\u0e17\u0e31\u0e19\u0e17\u0e35<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">11. \u0e2a\u0e23\u0e49\u0e32\u0e07 Access Token<\/h1>\n\n\n\n<p>\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 LiveKit CLI<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">sudo apt install -y jq\n\ncurl -sSL https:\/\/get.livekit.io\/cli | bash\n<\/code><\/pre>\n\n\n\n<p>\u0e2a\u0e23\u0e49\u0e32\u0e07 Token<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">lk token create \\\n    --api-key devkey \\\n    --api-secret secret \\\n    --join \\\n    --room test-room \\\n    --identity user1 \\\n    --valid-for 24h\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">12. \u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e40\u0e1a\u0e37\u0e49\u0e2d\u0e07\u0e15\u0e49\u0e19<\/h1>\n\n\n\n<p>\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e27\u0e48\u0e32 LiveKit \u0e17\u0e33\u0e07\u0e32\u0e19<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">curl http:\/\/127.0.0.1:7880\n<\/code><\/pre>\n\n\n\n<p>\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a Port<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">sudo ss -lntp | grep 7880\n<\/code><\/pre>\n\n\n\n<p>\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a Apache<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">curl -vk https:\/\/video.example.com\n<\/code><\/pre>\n\n\n\n<p>\u0e14\u0e39 Log Apache<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">tail -f \/var\/log\/apache2\/error.log\n<\/code><\/pre>\n\n\n\n<p>\u0e2b\u0e23\u0e37\u0e2d<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">tail -f \/path\/to\/helloapp-error.log\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h1 class=\"wp-block-heading\">\u0e2a\u0e23\u0e38\u0e1b<\/h1>\n\n\n\n<p>\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 Production<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0e43\u0e0a\u0e49 HTTPS \u0e40\u0e2a\u0e21\u0e2d<\/li>\n\n\n\n<li>\u0e43\u0e0a\u0e49 URL \u0e41\u0e1a\u0e1a <code>wss:\/\/<\/code><\/li>\n\n\n\n<li>\u0e40\u0e1b\u0e34\u0e14\u0e1e\u0e2d\u0e23\u0e4c\u0e15 UDP 50000-60000<\/li>\n\n\n\n<li>\u0e40\u0e1b\u0e34\u0e14 TCP 7881<\/li>\n\n\n\n<li>\u0e15\u0e31\u0e49\u0e07\u0e04\u0e48\u0e32 Apache \u0e43\u0e2b\u0e49\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a WebSocket Upgrade<\/li>\n\n\n\n<li>\u0e17\u0e14\u0e2a\u0e2d\u0e1a\u0e14\u0e49\u0e27\u0e22 LiveKit Connection Test \u0e01\u0e48\u0e2d\u0e19\u0e19\u0e33\u0e44\u0e1b\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e08\u0e23\u0e34\u0e07<\/li>\n\n\n\n<li>\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a .NET MAUI, ASP.NET Core \u0e41\u0e25\u0e30\u0e23\u0e30\u0e1a\u0e1a Telemedicine<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07 1. \u0e40\u0e15\u0e23\u0e35&#8230;<\/p>\n","protected":false},"author":1,"featured_media":2897,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,5],"tags":[],"class_list":["post-2896","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 LiveKit Server \u0e1a\u0e19 Ubuntu \u0e1e\u0e23\u0e49\u0e2d\u0e21 Apache Reverse Proxy - Himpro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/himpro.info\/?p=2896\" \/>\n<meta property=\"og:locale\" content=\"th_TH\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 LiveKit Server \u0e1a\u0e19 Ubuntu \u0e1e\u0e23\u0e49\u0e2d\u0e21 Apache Reverse Proxy - Himpro\" \/>\n<meta property=\"og:description\" content=\"\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07 1. \u0e40\u0e15\u0e23\u0e35...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/himpro.info\/?p=2896\" \/>\n<meta property=\"og:site_name\" content=\"Himpro\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/himpro.his\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-13T04:43:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-13T04:43:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/himpro.info\/wp-content\/uploads\/2026\/06\/1_O8qUvKq-0BZYPa14ydUf1A.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1400\" \/>\n\t<meta property=\"og:image:height\" content=\"788\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"\u0e1b\u0e23\u0e30\u0e22\u0e39\u0e23 \u0e2b\u0e32\u0e0d\u0e40\u0e2a\u0e21\u0e2d\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u0e1b\u0e23\u0e30\u0e22\u0e39\u0e23 \u0e2b\u0e32\u0e0d\u0e40\u0e2a\u0e21\u0e2d\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 \u0e19\u0e32\u0e17\u0e35\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/himpro.info\/?p=2896#article\",\"isPartOf\":{\"@id\":\"https:\/\/himpro.info\/?p=2896\"},\"author\":{\"name\":\"\u0e1b\u0e23\u0e30\u0e22\u0e39\u0e23 \u0e2b\u0e32\u0e0d\u0e40\u0e2a\u0e21\u0e2d\",\"@id\":\"https:\/\/himpro.info\/#\/schema\/person\/b7023aeeb9284d3e9cf67e183945debf\"},\"headline\":\"\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 LiveKit Server \u0e1a\u0e19 Ubuntu \u0e1e\u0e23\u0e49\u0e2d\u0e21 Apache Reverse Proxy\",\"datePublished\":\"2026-06-13T04:43:24+00:00\",\"dateModified\":\"2026-06-13T04:43:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/himpro.info\/?p=2896\"},\"wordCount\":87,\"publisher\":{\"@id\":\"https:\/\/himpro.info\/#organization\"},\"image\":{\"@id\":\"https:\/\/himpro.info\/?p=2896#primaryimage\"},\"thumbnailUrl\":\"https:\/\/himpro.info\/wp-content\/uploads\/2026\/06\/1_O8qUvKq-0BZYPa14ydUf1A.jpg\",\"articleSection\":[\"Blog\",\"\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\"],\"inLanguage\":\"th\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/himpro.info\/?p=2896\",\"url\":\"https:\/\/himpro.info\/?p=2896\",\"name\":\"\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 LiveKit Server \u0e1a\u0e19 Ubuntu \u0e1e\u0e23\u0e49\u0e2d\u0e21 Apache Reverse Proxy - Himpro\",\"isPartOf\":{\"@id\":\"https:\/\/himpro.info\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/himpro.info\/?p=2896#primaryimage\"},\"image\":{\"@id\":\"https:\/\/himpro.info\/?p=2896#primaryimage\"},\"thumbnailUrl\":\"https:\/\/himpro.info\/wp-content\/uploads\/2026\/06\/1_O8qUvKq-0BZYPa14ydUf1A.jpg\",\"datePublished\":\"2026-06-13T04:43:24+00:00\",\"dateModified\":\"2026-06-13T04:43:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/himpro.info\/?p=2896#breadcrumb\"},\"inLanguage\":\"th\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/himpro.info\/?p=2896\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"th\",\"@id\":\"https:\/\/himpro.info\/?p=2896#primaryimage\",\"url\":\"https:\/\/himpro.info\/wp-content\/uploads\/2026\/06\/1_O8qUvKq-0BZYPa14ydUf1A.jpg\",\"contentUrl\":\"https:\/\/himpro.info\/wp-content\/uploads\/2026\/06\/1_O8qUvKq-0BZYPa14ydUf1A.jpg\",\"width\":1400,\"height\":788},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/himpro.info\/?p=2896#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/himpro.info\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 LiveKit Server \u0e1a\u0e19 Ubuntu \u0e1e\u0e23\u0e49\u0e2d\u0e21 Apache Reverse Proxy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/himpro.info\/#website\",\"url\":\"https:\/\/himpro.info\/\",\"name\":\"Himpro\",\"description\":\"Hospital Infomation Managment Professional\",\"publisher\":{\"@id\":\"https:\/\/himpro.info\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/himpro.info\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"th\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/himpro.info\/#organization\",\"name\":\"Himpro co.,ltd\",\"url\":\"https:\/\/himpro.info\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"th\",\"@id\":\"https:\/\/himpro.info\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/himpro.info\/wp-content\/uploads\/2020\/06\/himpro_icon.png\",\"contentUrl\":\"https:\/\/himpro.info\/wp-content\/uploads\/2020\/06\/himpro_icon.png\",\"width\":512,\"height\":512,\"caption\":\"Himpro co.,ltd\"},\"image\":{\"@id\":\"https:\/\/himpro.info\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/himpro.his\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/himpro.info\/#\/schema\/person\/b7023aeeb9284d3e9cf67e183945debf\",\"name\":\"\u0e1b\u0e23\u0e30\u0e22\u0e39\u0e23 \u0e2b\u0e32\u0e0d\u0e40\u0e2a\u0e21\u0e2d\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"th\",\"@id\":\"https:\/\/himpro.info\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4a9d9807cf1627da009f2911f9791061?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4a9d9807cf1627da009f2911f9791061?s=96&d=identicon&r=g\",\"caption\":\"\u0e1b\u0e23\u0e30\u0e22\u0e39\u0e23 \u0e2b\u0e32\u0e0d\u0e40\u0e2a\u0e21\u0e2d\"},\"sameAs\":[\"https:\/\/himpro.info\"],\"url\":\"https:\/\/himpro.info\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 LiveKit Server \u0e1a\u0e19 Ubuntu \u0e1e\u0e23\u0e49\u0e2d\u0e21 Apache Reverse Proxy - Himpro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/himpro.info\/?p=2896","og_locale":"th_TH","og_type":"article","og_title":"\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 LiveKit Server \u0e1a\u0e19 Ubuntu \u0e1e\u0e23\u0e49\u0e2d\u0e21 Apache Reverse Proxy - Himpro","og_description":"\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07 1. \u0e40\u0e15\u0e23\u0e35...","og_url":"https:\/\/himpro.info\/?p=2896","og_site_name":"Himpro","article_publisher":"https:\/\/www.facebook.com\/himpro.his","article_published_time":"2026-06-13T04:43:24+00:00","article_modified_time":"2026-06-13T04:43:26+00:00","og_image":[{"width":1400,"height":788,"url":"https:\/\/himpro.info\/wp-content\/uploads\/2026\/06\/1_O8qUvKq-0BZYPa14ydUf1A.jpg","type":"image\/jpeg"}],"author":"\u0e1b\u0e23\u0e30\u0e22\u0e39\u0e23 \u0e2b\u0e32\u0e0d\u0e40\u0e2a\u0e21\u0e2d","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u0e1b\u0e23\u0e30\u0e22\u0e39\u0e23 \u0e2b\u0e32\u0e0d\u0e40\u0e2a\u0e21\u0e2d","Est. reading time":"2 \u0e19\u0e32\u0e17\u0e35"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/himpro.info\/?p=2896#article","isPartOf":{"@id":"https:\/\/himpro.info\/?p=2896"},"author":{"name":"\u0e1b\u0e23\u0e30\u0e22\u0e39\u0e23 \u0e2b\u0e32\u0e0d\u0e40\u0e2a\u0e21\u0e2d","@id":"https:\/\/himpro.info\/#\/schema\/person\/b7023aeeb9284d3e9cf67e183945debf"},"headline":"\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 LiveKit Server \u0e1a\u0e19 Ubuntu \u0e1e\u0e23\u0e49\u0e2d\u0e21 Apache Reverse Proxy","datePublished":"2026-06-13T04:43:24+00:00","dateModified":"2026-06-13T04:43:26+00:00","mainEntityOfPage":{"@id":"https:\/\/himpro.info\/?p=2896"},"wordCount":87,"publisher":{"@id":"https:\/\/himpro.info\/#organization"},"image":{"@id":"https:\/\/himpro.info\/?p=2896#primaryimage"},"thumbnailUrl":"https:\/\/himpro.info\/wp-content\/uploads\/2026\/06\/1_O8qUvKq-0BZYPa14ydUf1A.jpg","articleSection":["Blog","\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d"],"inLanguage":"th"},{"@type":"WebPage","@id":"https:\/\/himpro.info\/?p=2896","url":"https:\/\/himpro.info\/?p=2896","name":"\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 LiveKit Server \u0e1a\u0e19 Ubuntu \u0e1e\u0e23\u0e49\u0e2d\u0e21 Apache Reverse Proxy - Himpro","isPartOf":{"@id":"https:\/\/himpro.info\/#website"},"primaryImageOfPage":{"@id":"https:\/\/himpro.info\/?p=2896#primaryimage"},"image":{"@id":"https:\/\/himpro.info\/?p=2896#primaryimage"},"thumbnailUrl":"https:\/\/himpro.info\/wp-content\/uploads\/2026\/06\/1_O8qUvKq-0BZYPa14ydUf1A.jpg","datePublished":"2026-06-13T04:43:24+00:00","dateModified":"2026-06-13T04:43:26+00:00","breadcrumb":{"@id":"https:\/\/himpro.info\/?p=2896#breadcrumb"},"inLanguage":"th","potentialAction":[{"@type":"ReadAction","target":["https:\/\/himpro.info\/?p=2896"]}]},{"@type":"ImageObject","inLanguage":"th","@id":"https:\/\/himpro.info\/?p=2896#primaryimage","url":"https:\/\/himpro.info\/wp-content\/uploads\/2026\/06\/1_O8qUvKq-0BZYPa14ydUf1A.jpg","contentUrl":"https:\/\/himpro.info\/wp-content\/uploads\/2026\/06\/1_O8qUvKq-0BZYPa14ydUf1A.jpg","width":1400,"height":788},{"@type":"BreadcrumbList","@id":"https:\/\/himpro.info\/?p=2896#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/himpro.info\/"},{"@type":"ListItem","position":2,"name":"\u0e04\u0e39\u0e48\u0e21\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 LiveKit Server \u0e1a\u0e19 Ubuntu \u0e1e\u0e23\u0e49\u0e2d\u0e21 Apache Reverse Proxy"}]},{"@type":"WebSite","@id":"https:\/\/himpro.info\/#website","url":"https:\/\/himpro.info\/","name":"Himpro","description":"Hospital Infomation Managment Professional","publisher":{"@id":"https:\/\/himpro.info\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/himpro.info\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"th"},{"@type":"Organization","@id":"https:\/\/himpro.info\/#organization","name":"Himpro co.,ltd","url":"https:\/\/himpro.info\/","logo":{"@type":"ImageObject","inLanguage":"th","@id":"https:\/\/himpro.info\/#\/schema\/logo\/image\/","url":"https:\/\/himpro.info\/wp-content\/uploads\/2020\/06\/himpro_icon.png","contentUrl":"https:\/\/himpro.info\/wp-content\/uploads\/2020\/06\/himpro_icon.png","width":512,"height":512,"caption":"Himpro co.,ltd"},"image":{"@id":"https:\/\/himpro.info\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/himpro.his"]},{"@type":"Person","@id":"https:\/\/himpro.info\/#\/schema\/person\/b7023aeeb9284d3e9cf67e183945debf","name":"\u0e1b\u0e23\u0e30\u0e22\u0e39\u0e23 \u0e2b\u0e32\u0e0d\u0e40\u0e2a\u0e21\u0e2d","image":{"@type":"ImageObject","inLanguage":"th","@id":"https:\/\/himpro.info\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4a9d9807cf1627da009f2911f9791061?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4a9d9807cf1627da009f2911f9791061?s=96&d=identicon&r=g","caption":"\u0e1b\u0e23\u0e30\u0e22\u0e39\u0e23 \u0e2b\u0e32\u0e0d\u0e40\u0e2a\u0e21\u0e2d"},"sameAs":["https:\/\/himpro.info"],"url":"https:\/\/himpro.info\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/himpro.info\/index.php?rest_route=\/wp\/v2\/posts\/2896","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/himpro.info\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/himpro.info\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/himpro.info\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/himpro.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2896"}],"version-history":[{"count":1,"href":"https:\/\/himpro.info\/index.php?rest_route=\/wp\/v2\/posts\/2896\/revisions"}],"predecessor-version":[{"id":2898,"href":"https:\/\/himpro.info\/index.php?rest_route=\/wp\/v2\/posts\/2896\/revisions\/2898"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/himpro.info\/index.php?rest_route=\/wp\/v2\/media\/2897"}],"wp:attachment":[{"href":"https:\/\/himpro.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2896"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/himpro.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2896"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/himpro.info\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2896"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}