Tanjiro Posted December 21, 2022 Share Posted December 21, 2022 (edited) Hi, I'm planning to buy KVS, but I want to ask a few questions, I'm a noob so I hope someone could answer, from staff would be great I saw Ubuntu 20.4 or Debian 10+ is recommended (in services, but I think it's typo too, 20.04 isn't it ?), should I use Ubuntu 22.04 because it's newer ? Or could I use Centos 7, is it good in running KVS ? I see KVS Player don't have speed control in demo, can I enable this or this feature isn't available ? Ultimate theme 1 is difference from default theme right ? (which mean I need to buy it ?) I see so much requirements to install KVS, is there a tool check to see which part is correct and which part is missing/error ? I used one CMS before (Xenforo) but after tried KVS admin demo, it's so complex more than I imagine, I'm sure tons of questions will pop up after I buy it and try to get it up and running and maintaining it, but those are the questions I want to ask first, I hope someone will answer, thank you very much Edited December 21, 2022 by Tanjiro Quote Link to comment Share on other sites More sharing options...
Tech Support Posted December 21, 2022 Share Posted December 21, 2022 Hello: 1) This is a typo, thanks. For now we recommend using Ubuntu 20.04 or Debian 10+. Centos is not recommended, as it has some issues with new server software versions and security. 2) Yes, at the moment KVS player doesn't support this in GUI, but we can add this ASAP if needed. 3) Ultimate theme 1 is a theme provided by 3rd-party vendor, they did some re-design of a default theme. 4) KVS has an audit plugin once installed, will check everything. 1 Quote Link to comment Share on other sites More sharing options...
xFilm Posted December 22, 2022 Share Posted December 22, 2022 Why Ubuntu 22.04 not recommended? Quote Link to comment Share on other sites More sharing options...
Tanjiro Posted December 22, 2022 Author Share Posted December 22, 2022 (edited) On 12/21/2022 at 1:57 PM, Tech Support said: Hello: 1) This is a typo, thanks. For now we recommend using Ubuntu 20.04 or Debian 10+. Centos is not recommended, as it has some issues with new server software versions and security. 2) Yes, at the moment KVS player doesn't support this in GUI, but we can add this ASAP if needed. 3) Ultimate theme 1 is a theme provided by 3rd-party vendor, they did some re-design of a default theme. 4) KVS has an audit plugin once installed, will check everything. Thanks for replying me, I just bought kvs, trying to get things up from zero literally and I have few questions again Could I use Mariadb instead Mysql ? Is Mariadb better than Mysql ? Should I use Mariadb 10.3 or 10.4 or 10.5 or 10.6++ PHP 7.4 recommended ? Can I use PHP 8.0 ? In My Licenses, there is KVS Installation, do I have to provide my server login information for KVS team to install KVS ? What if someone want to install by themself ? Thank you Edited December 22, 2022 by Tanjiro Quote Link to comment Share on other sites More sharing options...
Tech Support Posted December 23, 2022 Share Posted December 23, 2022 On 12/22/2022 at 2:04 AM, xFilm said: Why Ubuntu 22.04 not recommended? Asked our server administrators, need to wait for their reply. 2 hours ago, Tanjiro said: Could I use Mariadb instead Mysql ? Is Mariadb better than Mysql ? Should I use Mariadb 10.3 or 10.4 or 10.5 or 10.6++ Yes, no problem with that. 2 hours ago, Tanjiro said: PHP 7.4 recommended ? Can I use PHP 8.0 ? Unfortunately PHP 8 is not yet supported. 2 hours ago, Tanjiro said: In My Licenses, there is KVS Installation, do I have to provide my server login information for KVS team to install KVS ? What if someone want to install by themself ? You can provide us FTP connection plus MySQL connection and we will install KVS for you. But this is optional, you can just provide license details and we will upload it anyway so that you can install yourself. 1 Quote Link to comment Share on other sites More sharing options...
Tech Support Posted December 23, 2022 Share Posted December 23, 2022 On 12/22/2022 at 2:04 AM, xFilm said: Why Ubuntu 22.04 not recommended? I think the reason is because Ubuntu 22.04 ships with PHP 8.1 in its repositories. KVS doesn't support PHP8 at the moment, and will likely not be changed soon, so easier to maintain Ubuntu 20.04. 1 Quote Link to comment Share on other sites More sharing options...
Tanjiro Posted December 23, 2022 Author Share Posted December 23, 2022 (edited) 20 hours ago, Tech Support said: Asked our server administrators, need to wait for their reply. Yes, no problem with that. Unfortunately PHP 8 is not yet supported. You can provide us FTP connection plus MySQL connection and we will install KVS for you. But this is optional, you can just provide license details and we will upload it anyway so that you can install yourself. In Recommended configuration it said : Quote Nginx (configured with --with-http_mp4_module) and proxying Apache. Nginx is recommended for faster video streaming and for content protection. Is that mean I just only need install Nginx or both Nginx and Apache ? Is there any article that guide how to install/setup Nginx proxying ? I also searched how to install Nginx proxy, it mostly showed "How to setup an Nginx reverse proxy", is that same "How to setup Nginx Proxy" or different ? I'm so confused Another question : Quote To enable content protection you will also need to add some custom rules into Nginx configuration. Could you please guide me (and others) what rules that I need to add into Nginx configuration ? An education topic would be great Edited December 23, 2022 by Tanjiro Quote Link to comment Share on other sites More sharing options...
Tanjiro Posted December 24, 2022 Author Share Posted December 24, 2022 (edited) Hi, I'm stuck at this step, can you help me please, I got white screen at step 6 in install instruction (I did chmod correct and already imported install_db.sql) Quote define('DB_HOST','localhost'); define('DB_LOGIN','login'); define('DB_PASS','pass'); define('DB_DEVICE','base'); Do I need to modify 'localhost' (by what) or just leave it ? Do I need to modify 'base' ? I don't even know what this mean and what its function Is DB_LOGIN the username of the database ? Here is my setup_db.php config : Quote define('DB_HOST','localhost'); (I leave it default) define('DB_LOGIN','dbusername'); define('DB_PASS','dbpassword'); define('DB_DEVICE','base'); (I leave it default) And setup.php config : Quote $config['project_name']="mysite.com"; $config['project_path']="/home/mysite.com/public_html"; $config['project_url']="https://mysite.com"; $config['project_title']="KVS"; $config['php_path']="/usr/bin/php"; (I used command "which php" to check) $config['ffmpeg_path']="/snap/bin/ffmpeg"; (same, "which ffmpeg") $config['image_magick_path']="/usr/bin/convert"; (same above) $config['mysqldump_path']="/usr/bin/mysqldump"; (same above) $config['server_type']="nginx"; $config['memcache_server']="127.0.0.1"; $config['memcache_port']="11211"; I also cannot run phpinfo(), before I upload archive I can run it Edited December 24, 2022 by Tanjiro Quote Link to comment Share on other sites More sharing options...
Tanjiro Posted December 24, 2022 Author Share Posted December 24, 2022 ^ I got it, it was a noob fault from me 😭, nevermind But previous question I still want to ask, plus I see in requirements : Quote PHP.ini disable_functions should not contain "exec" In my phpinfo it has "pcntl_exec", is this okay ? Plus, what parameter is recommend for memcached size ? Currently I set 512, my server is 8GB Ram Hope you don't mind if I asked too much questions Quote Link to comment Share on other sites More sharing options...
Tech Support Posted December 26, 2022 Share Posted December 26, 2022 On 12/23/2022 at 10:44 PM, Tanjiro said: Is that mean I just only need install Nginx or both Nginx and Apache ? Both Apache and Nginx. On 12/23/2022 at 10:44 PM, Tanjiro said: Is there any article that guide how to install/setup Nginx proxying ? I also searched how to install Nginx proxy, it mostly showed "How to setup an Nginx reverse proxy", is that same "How to setup Nginx Proxy" or different ? I'm so confused It is a typical configuration for Nginx + Apache and you can find tons of guide online, for example this: https://www.digitalocean.com/community/tutorials/how-to-configure-nginx-as-a-web-server-and-reverse-proxy-for-apache-on-one-ubuntu-18-04-server On 12/24/2022 at 2:51 PM, Tanjiro said: Do I need to modify 'localhost' (by what) or just leave it ? Do I need to modify 'base' ? I don't even know what this mean and what its function Is DB_LOGIN the username of the database ? Normally you keep localhost, but modify username, password and database name. They are custom when you create MySQL database in your server panel, you define them as you want. On 12/24/2022 at 3:25 PM, Tanjiro said: In my phpinfo it has "pcntl_exec", is this okay ? Yes, KVS doesn't use this function, so it doesn't care about it. On 12/24/2022 at 3:25 PM, Tanjiro said: Plus, what parameter is recommend for memcached size ? Currently I set 512, my server is 8GB Ram 512 is fine. It can adjusted later if needed, but this happens rarely and is only important for really huge traffic. 1 Quote Link to comment Share on other sites More sharing options...
Tanjiro Posted December 27, 2022 Author Share Posted December 27, 2022 On 12/21/2022 at 1:57 PM, Tech Support said: Centos is not recommended, as it has some issues with new server software versions and security. How about Centos 7 ? Is it good ? Quote Link to comment Share on other sites More sharing options...
Tanjiro Posted December 28, 2022 Author Share Posted December 28, 2022 Excuse me, another question 😥, in phpinfo disable_functions has "shell_exec", is this okay? Quote Link to comment Share on other sites More sharing options...
Tech Support Posted December 28, 2022 Share Posted December 28, 2022 34 minutes ago, Tanjiro said: Excuse me, another question 😥, in phpinfo disable_functions has "shell_exec", is this okay? Yes, this is OK. For Centos 7 we are waiting confirmation. 1 Quote Link to comment Share on other sites More sharing options...
Tanjiro Posted December 28, 2022 Author Share Posted December 28, 2022 1 minute ago, Tech Support said: Yes, this is OK. For Centos 7 we are waiting confirmation. Waiting for the answer 😃 Quote Link to comment Share on other sites More sharing options...
Tech Support Posted December 29, 2022 Share Posted December 29, 2022 Our admins say Centos 7 is not recommended, because its repositories are outdated. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.