{"id":3995,"date":"2024-02-01T14:18:49","date_gmt":"2024-02-01T14:18:49","guid":{"rendered":"https:\/\/novaiptv.org\/?page_id=3995"},"modified":"2024-02-01T14:18:49","modified_gmt":"2024-02-01T14:18:49","slug":"enigma2-dreambox-vu-2025","status":"publish","type":"page","link":"https:\/\/novaiptv.to\/ru\/enigma2-dreambox-vu-2025\/","title":{"rendered":"Enigma2, Dreambox, Vu+"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3995\" class=\"elementor elementor-3995\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-126871d e-flex e-con-boxed e-con e-parent\" data-id=\"126871d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-83a56f8 elementor-widget elementor-widget-html\" data-id=\"83a56f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"iptv-tutorial-wrapper\">\n    <style>\n        :root {\n            --primary-color: #00b0ff;\n            --secondary-color: #3d5afe;\n            --dark-color: #333333;\n            --light-color: #F3F3F3;\n            --text-color: #333333;\n            --light-text: #F3F3F3;\n            --success-color: #00c853;\n            --warning-color: #ff9100;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .iptv-tutorial-wrapper {\n            background-color: var(--light-color);\n            color: var(--text-color);\n            line-height: 1.6;\n            padding: 20px 0;\n        }\n        \n        .iptv-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .iptv-header {\n            text-align: center;\n            margin-bottom: 40px;\n            position: relative;\n            padding-top: 30px;\n        }\n        \n        .logo-container {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            margin-bottom: 20px;\n        }\n        \n        .logo {\n            width: 120px;\n            height: 120px;\n            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n            border-radius: 20px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            box-shadow: 0 10px 20px rgba(0, 176, 255, 0.3);\n        }\n        \n        .logo svg {\n            width: 70px;\n            height: 70px;\n            fill: white;\n        }\n        \n        h1 {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .subtitle {\n            font-size: 1.2rem;\n            color: #555555;\n            margin-bottom: 20px;\n        }\n        \n        .steps-container {\n            display: flex;\n            flex-direction: column;\n            gap: 30px;\n        }\n        \n        .step {\n            background-color: white;\n            border-radius: 15px;\n            padding: 25px;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            border-left: 4px solid var(--primary-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .step:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);\n        }\n        \n        .step-number {\n            position: absolute;\n            top: -10px;\n            right: -10px;\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n            border-radius: 50%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            font-size: 1.5rem;\n            font-weight: bold;\n            color: white;\n            box-shadow: 0 5px 10px rgba(0, 176, 255, 0.4);\n        }\n        \n        .step-title {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: var(--primary-color);\n            padding-right: 50px;\n        }\n        \n        .step-content {\n            margin-left: 15px;\n        }\n        \n        .step-content p {\n            margin-bottom: 15px;\n        }\n        \n        ul, ol {\n            margin-left: 30px;\n            margin-bottom: 15px;\n        }\n        \n        li {\n            margin-bottom: 10px;\n        }\n        \n        .highlight {\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        .note {\n            background-color: rgba(255, 145, 0, 0.1);\n            border-left: 3px solid var(--warning-color);\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 5px;\n        }\n        \n        .note-title {\n            color: var(--warning-color);\n            font-weight: bold;\n            margin-bottom: 5px;\n        }\n        \n        .tip {\n            background-color: rgba(0, 200, 83, 0.1);\n            border-left: 3px solid var(--success-color);\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 5px;\n        }\n        \n        .tip-title {\n            color: var(--success-color);\n            font-weight: bold;\n            margin-bottom: 5px;\n        }\n        \n        .illustration {\n            margin: 20px 0;\n            text-align: center;\n        }\n        \n        .illustration svg {\n            max-width: 100%;\n            height: auto;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);\n            background-color: #2D3748;\n        }\n        \n        .cta-container {\n            text-align: center;\n            margin-top: 40px;\n            padding: 30px;\n            background-color: white;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n        \n        .cta-title {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            color: var(--primary-color);\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 12px 30px;\n            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n            color: white;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: bold;\n            font-size: 1.2rem;\n            margin-top: 20px;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            box-shadow: 0 5px 15px rgba(0, 176, 255, 0.3);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 176, 255, 0.5);\n        }\n        \n        .iptv-footer {\n            text-align: center;\n            margin-top: 50px;\n            padding: 20px;\n            color: #555555;\n            font-size: 0.9rem;\n        }\n        \n        @media (max-width: 768px) {\n            .iptv-container {\n                padding: 15px;\n            }\n            \n            h1 {\n                font-size: 2rem;\n            }\n            \n            .step {\n                padding: 20px;\n            }\n            \n            .step-number {\n                width: 50px;\n                height: 50px;\n                font-size: 1.2rem;\n            }\n            \n            .step-title {\n                font-size: 1.3rem;\n            }\n        }\n    <\/style>\n    <div class=\"iptv-container\">\n        <div class=\"iptv-header\">\n            <div class=\"logo-container\">\n                <div class=\"logo\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M12,2A2,2 0 0,1 14,4C14,4.74 13.6,5.39 13,5.73V7H14A7,7 0 0,1 21,14H22A1,1 0 0,1 23,15V18A1,1 0 0,1 22,19H21V20A2,2 0 0,1 19,22H5A2,2 0 0,1 3,20V19H2A1,1 0 0,1 1,18V15A1,1 0 0,1 2,14H3A7,7 0 0,1 10,7H11V5.73C10.4,5.39 10,4.74 10,4A2,2 0 0,1 12,2M7.5,13A2.5,2.5 0 0,0 5,15.5A2.5,2.5 0 0,0 7.5,18A2.5,2.5 0 0,0 10,15.5A2.5,2.5 0 0,0 7.5,13M16.5,13A2.5,2.5 0 0,0 14,15.5A2.5,2.5 0 0,0 16.5,18A2.5,2.5 0 0,0 19,15.5A2.5,2.5 0 0,0 16.5,13Z\" \/>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <h1>\u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 IPTV Enigma2, Dreambox, Vu+<\/h1>\n            <p class=\"subtitle\">\u041b\u0435\u0433\u043a\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 IPTV \u043d\u0430 \u0432\u0430\u0448\u0438\u0445 \u043f\u0440\u0438\u0435\u043c\u043d\u0438\u043a\u0430\u0445 \u043d\u0430 \u0431\u0430\u0437\u0435 Enigma2<\/p>\n        <\/div>\n        \n        <div class=\"steps-container\">\n            <!-- Step 1 -->\n            <div class=\"step\">\n                <div class=\"step-number\">1<\/div>\n                <h2 class=\"step-title\">\u041d\u0430\u0439\u0434\u0438\u0442\u0435 IP-\u0430\u0434\u0440\u0435\u0441 \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u0438\u0435\u043c\u043d\u0438\u043a\u0430<\/h2>\n                <div class=\"step-content\">\n                    <p>\u0421\u043d\u0430\u0447\u0430\u043b\u0430 \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043d\u0430\u0439\u0442\u0438 IP-\u0430\u0434\u0440\u0435\u0441 \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u0438\u0435\u043c\u043d\u0438\u043a\u0430 \u043d\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435 Enigma2:<\/p>\n                    \n                    <ol>\n                        <li>\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a <span class=\"highlight\">\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\/\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430<\/span> \u043d\u0430 \u0432\u0430\u0448\u0435\u043c \u043f\u0440\u0438\u0435\u043c\u043d\u0438\u043a\u0435.<\/li>\n                        <li>\u0412\u044b\u0431\u0438\u0440\u0430\u0442\u044c <span class=\"highlight\">\u0421\u0438\u0441\u0442\u0435\u043c\u0430<\/span>.<\/li>\n                        <li>\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a <span class=\"highlight\">\u0421\u0435\u0442\u044c<\/span>.<\/li>\n                        <li>\u0412\u044b\u0431\u0438\u0440\u0430\u0442\u044c <span class=\"highlight\">\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430<\/span>.<\/li>\n                        <li>\u0412\u044b\u0431\u0438\u0440\u0430\u0442\u044c <span class=\"highlight\">\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430<\/span>.<\/li>\n                        <li>\u0417\u0430\u043f\u0438\u0448\u0438\u0442\u0435 \u0441\u0432\u043e\u0439 IP-\u0430\u0434\u0440\u0435\u0441 (\u043e\u0431\u044b\u0447\u043d\u043e \u043e\u043d \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f \u0441 192.168.xx).<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- TV Screen -->\n                            <rect x=\"100\" y=\"30\" width=\"400\" height=\"220\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"110\" y=\"40\" width=\"380\" height=\"200\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Settings Menu -->\n                            <rect x=\"140\" y=\"70\" width=\"320\" height=\"140\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"250\" y=\"95\" font-family=\"Arial\" font-size=\"14\" fill=\"white\" text-anchor=\"middle\">\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0441\u0435\u0442\u0438<\/text>\n                            \n                            <!-- Menu Items -->\n                            <rect x=\"160\" y=\"110\" width=\"280\" height=\"30\" rx=\"3\" fill=\"#1A1A2E\" \/>\n                            <text x=\"180\" y=\"130\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430<\/text>\n                            \n                            <rect x=\"160\" y=\"150\" width=\"280\" height=\"30\" rx=\"3\" fill=\"#3d5afe\" \/>\n                            <text x=\"180\" y=\"170\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0430\u0434\u0430\u043f\u0442\u0435\u0440\u0430<\/text>\n                            \n                            <!-- IP Address Display -->\n                            <rect x=\"220\" y=\"190\" width=\"160\" height=\"30\" rx=\"3\" fill=\"#00b0ff\" opacity=\"0.7\" \/>\n                            <text x=\"300\" y=\"210\" font-family=\"Arial\" font-size=\"12\" fill=\"white\" text-anchor=\"middle\">IP-\u0430\u0434\u0440\u0435\u0441: 192.168.1.100<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">\u0421\u043e\u0432\u0435\u0442 \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u0430<\/p>\n                        <p>\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 IP-\u0430\u0434\u0440\u0435\u0441 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u0438\u0435\u043c\u043d\u0438\u043a\u0430 Enigma2, \u0447\u0442\u043e\u0431\u044b \u0433\u0430\u0440\u0430\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c, \u0447\u0442\u043e IP-\u0430\u0434\u0440\u0435\u0441 \u043d\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u0441\u044f \u0441\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0435\u043c.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 2 -->\n            <div class=\"step\">\n                <div class=\"step-number\">2<\/div>\n                <h2 class=\"step-title\">\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 PuTTY<\/h2>\n                <div class=\"step-content\">\n                    <p>\u0414\u0430\u043b\u0435\u0435 \u0432\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0435 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u0435 PuTTY \u0434\u043b\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043a \u043f\u0440\u0438\u0435\u043c\u043d\u0438\u043a\u0443:<\/p>\n                    \n                    <ol>\n                        <li>\u041d\u0430 \u0432\u0430\u0448\u0435\u043c \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0435 \u0441 \u041e\u0421 Windows \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 PuTTY \u0441 \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0441\u0430\u0439\u0442\u0430: <span class=\"highlight\">https:\/\/the.earth.li\/~sgtatham\/putty\/latest\/x86\/putty.exe<\/span><\/li>\n                        <li>\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435 \u0444\u0430\u0439\u043b \u043d\u0430 \u0441\u0432\u043e\u0435\u043c \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0435.<\/li>\n                        <li>\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u2014 \u043f\u0440\u043e\u0441\u0442\u043e \u0434\u0432\u0430\u0436\u0434\u044b \u0449\u0435\u043b\u043a\u043d\u0438\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u043d\u044f\u0435\u043c\u044b\u0439 \u0444\u0430\u0439\u043b, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0435\u0433\u043e.<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Browser Window -->\n                            <rect x=\"100\" y=\"30\" width=\"400\" height=\"190\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"100\" y=\"30\" width=\"400\" height=\"30\" rx=\"5\" fill=\"#1E293B\" \/>\n                            \n                            <!-- Browser Controls -->\n                            <circle cx=\"120\" cy=\"45\" r=\"5\" fill=\"#FF605C\" \/>\n                            <circle cx=\"140\" cy=\"45\" r=\"5\" fill=\"#FFBD44\" \/>\n                            <circle cx=\"160\" cy=\"45\" r=\"5\" fill=\"#00CA4E\" \/>\n                            \n                            <!-- URL Bar -->\n                            <rect x=\"180\" y=\"35\" width=\"240\" height=\"20\" rx=\"10\" fill=\"#1A1A2E\" \/>\n                            <text x=\"200\" y=\"50\" font-family=\"Arial\" font-size=\"10\" fill=\"#A0AEC0\">https:\/\/the.earth.li\/~sgtatham\/putty\/latest\/x86\/<\/text>\n                            \n                            <!-- Main Content -->\n                            <rect x=\"120\" y=\"80\" width=\"360\" height=\"120\" rx=\"5\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Download Button -->\n                            <rect x=\"220\" y=\"120\" width=\"160\" height=\"40\" rx=\"5\" fill=\"#00b0ff\" \/>\n                            <text x=\"300\" y=\"145\" font-family=\"Arial\" font-size=\"14\" fill=\"white\" text-anchor=\"middle\">\u0421\u043a\u0430\u0447\u0430\u0442\u044c PuTTY<\/text>\n                            \n                            <!-- File Name -->\n                            <text x=\"300\" y=\"180\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\" text-anchor=\"middle\">putty.exe (0,78 \u041c\u0411)<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435<\/p>\n                        <p>PuTTY \u2014 \u0431\u0435\u0441\u043f\u043b\u0430\u0442\u043d\u044b\u0439 SSH- \u0438 Telnet-\u043a\u043b\u0438\u0435\u043d\u0442 \u0434\u043b\u044f Windows. \u041c\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c \u0435\u0433\u043e \u0434\u043b\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043a \u0432\u0430\u0448\u0435\u043c\u0443 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0443 Enigma2 \u0438 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 <a href=\"https:\/\/novaiptv.to\/ru\/%d1%80%d1%83%d0%ba%d0%be%d0%b2%d0%be%d0%b4%d1%81%d1%82%d0%b2%d0%be-%d0%bf%d0%be-xtream-iptv-canada-2025\/\">IPTV-\u0441\u0435\u0440\u0432\u0438\u0441<\/a>.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 3 -->\n            <div class=\"step\">\n                <div class=\"step-number\">3<\/div>\n                <h2 class=\"step-title\">\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u0441\u044c \u043a \u043f\u0440\u0438\u0435\u043c\u043d\u0438\u043a\u0443 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e PuTTY<\/h2>\n                <div class=\"step-content\">\n                    <p>\u0422\u0435\u043f\u0435\u0440\u044c \u043f\u0440\u0438\u0448\u043b\u043e \u0432\u0440\u0435\u043c\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0441 \u0432\u0430\u0448\u0438\u043c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u043c Enigma2:<\/p>\n                    \n                    <ol>\n                        <li>\u041e\u0442\u043a\u0440\u043e\u0439\u0442\u0435 PuTTY \u043d\u0430 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0435 \u0441 \u041e\u0421 Windows.<\/li>\n                        <li>\u0412 \u043f\u043e\u043b\u0435 \"\u0418\u043c\u044f \u0445\u043e\u0441\u0442\u0430 (\u0438\u043b\u0438 IP-\u0430\u0434\u0440\u0435\u0441)\" \u0432\u0432\u0435\u0434\u0438\u0442\u0435 <span class=\"highlight\">IP-\u0430\u0434\u0440\u0435\u0441<\/span> \u0432\u044b \u043e\u0442\u043c\u0435\u0442\u0438\u043b\u0438 \u0432 \u0428\u0430\u0433\u0435 1.<\/li>\n                        <li>\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \"\u041f\u043e\u0440\u0442\" \u043d\u0430 <span class=\"highlight\">23<\/span>.<\/li>\n                        <li>\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \"\u0422\u0438\u043f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f\" \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d \u043d\u0430 <span class=\"highlight\">\u0422\u0435\u043b\u043d\u0435\u0442<\/span>.<\/li>\n                        <li>\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u043d\u0430 <span class=\"highlight\">\u041e\u0442\u043a\u0440\u044b\u0442\u044c<\/span> \u043a\u043d\u043e\u043f\u043a\u0443 \u0434\u043b\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043a \u0432\u0430\u0448\u0435\u043c\u0443 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0443.<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"300\" viewbox=\"0 0 600 300\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"300\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- PuTTY Window -->\n                            <rect x=\"150\" y=\"30\" width=\"300\" height=\"240\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"150\" y=\"30\" width=\"300\" height=\"25\" rx=\"5\" fill=\"#1E293B\" \/>\n                            <text x=\"300\" y=\"48\" font-family=\"Arial\" font-size=\"12\" fill=\"white\" text-anchor=\"middle\">\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f PuTTY<\/text>\n                            \n                            <!-- Form Fields -->\n                            <text x=\"170\" y=\"85\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">\u0418\u043c\u044f \u0445\u043e\u0441\u0442\u0430 (\u0438\u043b\u0438 IP-\u0430\u0434\u0440\u0435\u0441):<\/text>\n                            <rect x=\"170\" y=\"95\" width=\"180\" height=\"25\" rx=\"3\" fill=\"#1A1A2E\" \/>\n                            <text x=\"180\" y=\"112\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">192.168.1.100<\/text>\n                            \n                            <text x=\"370\" y=\"85\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">\u041f\u043e\u0440\u0442:<\/text>\n                            <rect x=\"370\" y=\"95\" width=\"60\" height=\"25\" rx=\"3\" fill=\"#1A1A2E\" \/>\n                            <text x=\"385\" y=\"112\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">23<\/text>\n                            \n                            <!-- Connection Type -->\n                            <text x=\"170\" y=\"145\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">\u0422\u0438\u043f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f:<\/text>\n                            <circle cx=\"180\" cy=\"165\" r=\"8\" fill=\"#00b0ff\" \/>\n                            <circle cx=\"180\" cy=\"185\" r=\"8\" fill=\"#1A1A2E\" \/>\n                            <circle cx=\"180\" cy=\"205\" r=\"8\" fill=\"#1A1A2E\" \/>\n                            <circle cx=\"180\" cy=\"225\" r=\"8\" fill=\"#1A1A2E\" \/>\n                            \n                            <text x=\"200\" y=\"165\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">\u0422\u0435\u043b\u043d\u0435\u0442<\/text>\n                            <text x=\"200\" y=\"185\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">SSH<\/text>\n                            <text x=\"200\" y=\"205\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">\u0421\u0435\u0440\u0438\u0439\u043d\u044b\u0439<\/text>\n                            <text x=\"200\" y=\"225\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">\u0421\u044b\u0440\u043e\u0439<\/text>\n                            \n                            <!-- Open Button -->\n                            <rect x=\"360\" y=\"225\" width=\"70\" height=\"30\" rx=\"5\" fill=\"#00c853\" \/>\n                            <text x=\"395\" y=\"245\" font-family=\"Arial\" font-size=\"12\" fill=\"white\" text-anchor=\"middle\">\u041e\u0442\u043a\u0440\u044b\u0442\u044c<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">\u0421\u043e\u0432\u0435\u0442 \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u0430<\/p>\n                        <p>\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u044d\u0442\u0443 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e \u0432 PuTTY \u0434\u043b\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043c, \u0432\u0432\u0435\u0434\u044f \u0438\u043c\u044f \u0432 \u043f\u043e\u043b\u0435 \"\u0421\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u043d\u044b\u0435 \u0441\u0435\u0430\u043d\u0441\u044b\" \u0438 \u043d\u0430\u0436\u0430\u0432 \"\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c\".<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 4 -->\n            <div class=\"step\">\n                <div class=\"step-number\">4<\/div>\n                <h2 class=\"step-title\">\u0412\u043e\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0432\u043e\u0439 \u043f\u0440\u0438\u0435\u043c\u043d\u0438\u043a<\/h2>\n                <div class=\"step-content\">\n                    <p>\u041f\u043e\u0441\u043b\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u0432\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0432\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e Enigma2:<\/p>\n                    \n                    <ol>\n                        <li>\u041f\u0440\u0438 \u043f\u043e\u044f\u0432\u043b\u0435\u043d\u0438\u0438 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u043d\u0430 \u0432\u0445\u043e\u0434 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0432\u0432\u0435\u0434\u0438\u0442\u0435: <span class=\"highlight\">\u043a\u043e\u0440\u0435\u043d\u044c<\/span><\/li>\n                        <li>\u041f\u0440\u0438 \u0437\u0430\u043f\u0440\u043e\u0441\u0435 \u043f\u0430\u0440\u043e\u043b\u044f \u0432\u0432\u0435\u0434\u0438\u0442\u0435: <span class=\"highlight\">\u043a\u043e\u0440\u0435\u043d\u044c<\/span> (\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435: \u043f\u0430\u0440\u043e\u043b\u044c \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u043e\u0431\u044b\u0447\u043d\u043e \"root\", \u0435\u0441\u043b\u0438 \u0432\u044b \u0435\u0433\u043e \u043d\u0435 \u043c\u0435\u043d\u044f\u043b\u0438)<\/li>\n                        <li>\u041d\u0430\u0436\u0438\u043c\u0430\u0442\u044c <span class=\"highlight\">\u0412\u0445\u043e\u0434\u0438\u0442\u044c<\/span> \u043f\u043e\u0441\u043b\u0435 \u0432\u0432\u043e\u0434\u0430 \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u0438\u0437 \u043d\u0438\u0445.<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Terminal Window -->\n                            <rect x=\"100\" y=\"40\" width=\"400\" height=\"170\" rx=\"5\" fill=\"#000000\" \/>\n                            <rect x=\"100\" y=\"40\" width=\"400\" height=\"25\" rx=\"5\" fill=\"#1E293B\" \/>\n                            <text x=\"300\" y=\"58\" font-family=\"Arial\" font-size=\"12\" fill=\"white\" text-anchor=\"middle\">\u0422\u0435\u0440\u043c\u0438\u043d\u0430\u043b - Telnet 192.168.1.100<\/text>\n                            \n                            <!-- Terminal Text -->\n                            <text x=\"120\" y=\"90\" font-family=\"Courier New\" font-size=\"12\" fill=\"#00b0ff\">Linux-\u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b Enigma2<\/text>\n                            <text x=\"120\" y=\"110\" font-family=\"Courier New\" font-size=\"12\" fill=\"#A0AEC0\">\u0410\u0432\u0442\u043e\u0440\u0438\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f: <\/text>\n                            <text x=\"170\" y=\"110\" font-family=\"Courier New\" font-size=\"12\" fill=\"#FFFFFF\">\u043a\u043e\u0440\u0435\u043d\u044c<\/text>\n                            <text x=\"120\" y=\"130\" font-family=\"Courier New\" font-size=\"12\" fill=\"#A0AEC0\">\u041f\u0430\u0440\u043e\u043b\u044c: <\/text>\n                            <text x=\"190\" y=\"130\" font-family=\"Courier New\" font-size=\"12\" fill=\"#FFFFFF\">****<\/text>\n                            <text x=\"120\" y=\"150\" font-family=\"Courier New\" font-size=\"12\" fill=\"#00c853\">\u0412\u0445\u043e\u0434 \u0443\u0441\u043f\u0435\u0448\u043d\u044b\u0439!<\/text>\n                            <text x=\"120\" y=\"170\" font-family=\"Courier New\" font-size=\"12\" fill=\"#FFFFFF\">root@enigma2:~#<\/text>\n                            <rect x=\"265\" y=\"165\" width=\"8\" height=\"15\" fill=\"#FFFFFF\">\n                                <animate attributename=\"opacity\" values=\"1;0;1\" dur=\"1s\" repeatcount=\"indefinite\" \/>\n                            <\/rect>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435<\/p>\n                        <p>\u0415\u0441\u043b\u0438 \u043b\u043e\u0433\u0438\u043d \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442, \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e, \u0432\u0430\u043c \u043f\u0440\u0438\u0434\u0435\u0442\u0441\u044f \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u044c\u0441\u044f \u043a \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0438 \u0432\u0430\u0448\u0435\u0433\u043e \u043f\u0440\u0438\u0435\u043c\u043d\u0438\u043a\u0430, \u0447\u0442\u043e\u0431\u044b \u0443\u0437\u043d\u0430\u0442\u044c \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0435 \u0443\u0447\u0435\u0442\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0434\u043b\u044f \u0432\u0445\u043e\u0434\u0430.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 5 -->\n            <div class=\"step\">\n                <div class=\"step-number\">5<\/div>\n                <h2 class=\"step-title\">\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0443\u0441\u043b\u0443\u0433\u0443 IPTV<\/h2>\n                <div class=\"step-content\">\n                    <p>\u0422\u0435\u043f\u0435\u0440\u044c \u0432\u0430\u043c \u043d\u0443\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c <a href=\"https:\/\/novaiptv.to\/ru\/%d0%ba%d1%83%d0%bf%d0%b8%d1%82%d1%8c-%d0%bf%d0%be%d0%b4%d0%bf%d0%b8%d1%81%d0%ba%d1%83-iptv-%d1%81%d1%88%d0%b0-2025\/\">\u0423\u0441\u043b\u0443\u0433\u0430 IPTV \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u0432\u0430\u0448\u0435\u0439 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0438<\/a> URL-\u0430\u0434\u0440\u0435\u0441:<\/p>\n                    \n                    <ol>\n                        <li>\u0421\u043a\u043e\u043f\u0438\u0440\u0443\u0439\u0442\u0435 \u0441\u0432\u043e\u0439 <a class=\"wpil_keyword_link\" href=\"https:\/\/novaiptv.to\/ru\/\"   title=\"\u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0430 \u043d\u0430 IPTV\" data-wpil-keyword-link=\"linked\">\u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0430 \u043d\u0430 IPTV<\/a> URL (\u0432\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0435\u0433\u043e \u043f\u043e\u0441\u043b\u0435 \u043f\u043e\u043a\u0443\u043f\u043a\u0438 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0438).<\/li>\n                        <li>\u0412 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0435 PuTTY \u0432\u0441\u0442\u0430\u0432\u044c\u0442\u0435 URL-\u0430\u0434\u0440\u0435\u0441 <span class=\"highlight\">\u0449\u0435\u043b\u0447\u043e\u043a \u043f\u0440\u0430\u0432\u043e\u0439 \u043a\u043d\u043e\u043f\u043a\u043e\u0439 \u043c\u044b\u0448\u0438<\/span> (\u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 Ctrl+V).<\/li>\n                        <li>\u041d\u0430\u0436\u0438\u043c\u0430\u0442\u044c <span class=\"highlight\">\u0412\u0445\u043e\u0434\u0438\u0442\u044c<\/span> \u0434\u043b\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u044b.<\/li>\n                        <li>\u0414\u043e\u0436\u0434\u0438\u0442\u0435\u0441\u044c \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438. \u0412\u043e \u0432\u0440\u0435\u043c\u044f \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u0430 \u0432\u044b \u0443\u0432\u0438\u0434\u0438\u0442\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0430\u044e\u0449\u0438\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f.<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Terminal Window -->\n                            <rect x=\"100\" y=\"40\" width=\"400\" height=\"170\" rx=\"5\" fill=\"#000000\" \/>\n                            <rect x=\"100\" y=\"40\" width=\"400\" height=\"25\" rx=\"5\" fill=\"#1E293B\" \/>\n                            <text x=\"300\" y=\"58\" font-family=\"Arial\" font-size=\"12\" fill=\"white\" text-anchor=\"middle\">\u0422\u0435\u0440\u043c\u0438\u043d\u0430\u043b - Telnet 192.168.1.100<\/text>\n                            \n                            <!-- Terminal Text -->\n                            <text x=\"120\" y=\"80\" font-family=\"Courier New\" font-size=\"11\" fill=\"#FFFFFF\">root@enigma2:~# <\/text>\n                            <text x=\"230\" y=\"80\" font-family=\"Courier New\" font-size=\"11\" fill=\"#00c853\">wget http:\/\/iptv.provider.com\/setup.sh -O - | \/bin\/sh<\/text>\n                            <text x=\"120\" y=\"100\" font-family=\"Courier New\" font-size=\"11\" fill=\"#A0AEC0\">\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a iptv.provider.com... \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043e.<\/text>\n                            <text x=\"120\" y=\"120\" font-family=\"Courier New\" font-size=\"11\" fill=\"#A0AEC0\">HTTP-\u0437\u0430\u043f\u0440\u043e\u0441 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d, \u043e\u0436\u0438\u0434\u0430\u0435\u0442\u0441\u044f \u043e\u0442\u0432\u0435\u0442... 200 OK<\/text>\n                            <text x=\"120\" y=\"140\" font-family=\"Courier New\" font-size=\"11\" fill=\"#00b0ff\">\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 <a href=\"https:\/\/novaiptv.to\/ru\/%d0%bb%d1%83%d1%87%d1%88%d0%b8%d0%b5-iptv-%d1%81%d0%b5%d1%80%d0%b2%d0%b8%d1%81%d1%8b-%d0%b2-%d0%b2%d0%b5%d0%bb%d0%b8%d0%ba%d0%be%d0%b1%d1%80%d0%b8%d1%82%d0%b0%d0%bd%d0%b8%d0%b8-2025-%d0%b3%d0%be%d0%b4\/\">\u0423\u0441\u043b\u0443\u0433\u0430 IPTV..<\/a>.<\/text>\n                            <text x=\"120\" y=\"160\" font-family=\"Courier New\" font-size=\"11\" fill=\"#00c853\"><a href=\"https:\/\/novaiptv.to\/ru\/%d0%b1%d0%b5%d1%81%d0%bf%d0%bb%d0%b0%d1%82%d0%bd%d0%b0%d1%8f-%d0%bf%d1%80%d0%be%d0%b1%d0%bd%d0%b0%d1%8f-%d0%b2%d0%b5%d1%80%d1%81%d0%b8%d1%8f-iptv-%d0%b2-%d0%ba%d0%b0%d0%bd%d0%b0%d0%b4%d0%b5-2025\/\">IPTV-\u0441\u0435\u0440\u0432\u0438\u0441<\/a> \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e!<\/text>\n                            <text x=\"120\" y=\"180\" font-family=\"Courier New\" font-size=\"11\" fill=\"#FFFFFF\">root@enigma2:~#<\/text>\n                            <rect x=\"230\" y=\"175\" width=\"8\" height=\"15\" fill=\"#FFFFFF\">\n                                <animate attributename=\"opacity\" values=\"1;0;1\" dur=\"1s\" repeatcount=\"indefinite\" \/>\n                            <\/rect>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">\u0421\u043e\u0432\u0435\u0442 \u043f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u0430<\/p>\n                        <p>\u0421\u0434\u0435\u043b\u0430\u0439\u0442\u0435 \u0441\u043d\u0438\u043c\u043e\u043a \u044d\u043a\u0440\u0430\u043d\u0430 \u0441 \u0434\u0430\u043d\u043d\u044b\u043c\u0438 \u043e \u0432\u0430\u0448\u0435\u0439 \u043f\u043e\u0434\u043f\u0438\u0441\u043a\u0435 \u0438\u043b\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435 \u0438\u0445 \u0432 \u0437\u0430\u0449\u0438\u0449\u0435\u043d\u043d\u043e\u0439 \u0437\u0430\u043c\u0435\u0442\u043a\u0435 \u0434\u043b\u044f \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0435\u0433\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 6 -->\n            <div class=\"step\">\n                <div class=\"step-number\">6<\/div>\n                <h2 class=\"step-title\">\u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435 \u043f\u0440\u0438\u0435\u043c\u043d\u0438\u043a<\/h2>\n                <div class=\"step-content\">\n                    <p>\u041f\u043e\u0441\u043b\u0435 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0440\u0435\u0441\u0438\u0432\u0435\u0440, \u0447\u0442\u043e\u0431\u044b \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432\u0441\u0442\u0443\u043f\u0438\u043b\u0438 \u0432 \u0441\u0438\u043b\u0443:<\/p>\n                    \n                    <ol>\n                        <li>\u0412 \u0442\u0435\u0440\u043c\u0438\u043d\u0430\u043b\u0435 \u0432\u0432\u0435\u0434\u0438\u0442\u0435: <span class=\"highlight\">\u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c<\/span><\/li>\n                        <li>\u041d\u0430\u0436\u0438\u043c\u0430\u0442\u044c <span class=\"highlight\">\u0412\u0445\u043e\u0434\u0438\u0442\u044c<\/span> \u0434\u043b\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043a\u043e\u043c\u0430\u043d\u0434\u044b.<\/li>\n                        <li>\u0414\u043e\u0436\u0434\u0438\u0442\u0435\u0441\u044c \u043f\u043e\u043b\u043d\u043e\u0439 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0440\u0435\u0441\u0438\u0432\u0435\u0440\u0430.<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Terminal Window -->\n                            <rect x=\"100\" y=\"40\" width=\"400\" height=\"120\" rx=\"5\" fill=\"#000000\" \/>\n                            <rect x=\"100\" y=\"40\" width=\"400\" height=\"25\" rx=\"5\" fill=\"#1E293B\" \/>\n                            <text x=\"300\" y=\"58\" font-family=\"Arial\" font-size=\"12\" fill=\"white\" text-anchor=\"middle\">\u0422\u0435\u0440\u043c\u0438\u043d\u0430\u043b - Telnet 192.168.1.100<\/text>\n                            \n                            <!-- Terminal Text -->\n                            <text x=\"120\" y=\"90\" font-family=\"Courier New\" font-size=\"12\" fill=\"#FFFFFF\">root@enigma2:~# <\/text>\n                            <text x=\"235\" y=\"90\" font-family=\"Courier New\" font-size=\"12\" fill=\"#00c853\">\u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c<\/text>\n                            <text x=\"120\" y=\"110\" font-family=\"Courier New\" font-size=\"12\" fill=\"#A0AEC0\">\u0428\u0438\u0440\u043e\u043a\u043e\u0432\u0435\u0449\u0430\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043e\u0442 root@enigma2:<\/text>\n                            <text x=\"120\" y=\"130\" font-family=\"Courier New\" font-size=\"12\" fill=\"#A0AEC0\">\u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442 \u043d\u0430 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u0421\u0415\u0419\u0427\u0410\u0421!<\/text>\n                            \n                            <!-- Device Rebooting -->\n                            <rect x=\"175\" y=\"170\" width=\"250\" height=\"40\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"300\" y=\"195\" font-family=\"Arial\" font-size=\"14\" fill=\"#00b0ff\" text-anchor=\"middle\">\u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043f\u0440\u0438\u0435\u043c\u043d\u0438\u043a\u0430 Enigma2...<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">\u041f\u0440\u0438\u043c\u0435\u0447\u0430\u043d\u0438\u0435<\/p>\n                        <p>\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u043e\u0431\u044b\u0447\u043d\u043e \u0437\u0430\u043d\u0438\u043c\u0430\u0435\u0442 \u043e\u043a\u043e\u043b\u043e 1\u20132 \u043c\u0438\u043d\u0443\u0442. \u0414\u043e\u0436\u0434\u0438\u0442\u0435\u0441\u044c \u043f\u043e\u043b\u043d\u043e\u0439 \u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0440\u0435\u0441\u0438\u0432\u0435\u0440\u0430, \u043f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442\u044c \u043a \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c\u0443 \u0448\u0430\u0433\u0443.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 7 -->\n            <div class=\"step\">\n                <div class\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Enigma2, Dreambox, Vu+ IPTV Setup Guide Configure IPTV on your Enigma2-based receivers easily 1 Find Your Receiver&#8217;s IP Address First, you need to locate your receiver&#8217;s IP address on your Enigma2 device: Navigate to Settings\/Setup on your receiver. Select System&#8230;.<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3995","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/novaiptv.to\/ru\/wp-json\/wp\/v2\/pages\/3995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/novaiptv.to\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/novaiptv.to\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/novaiptv.to\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/novaiptv.to\/ru\/wp-json\/wp\/v2\/comments?post=3995"}],"version-history":[{"count":0,"href":"https:\/\/novaiptv.to\/ru\/wp-json\/wp\/v2\/pages\/3995\/revisions"}],"wp:attachment":[{"href":"https:\/\/novaiptv.to\/ru\/wp-json\/wp\/v2\/media?parent=3995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}