Search results | Page 5 | FWCloud Forum

Search results

  1. Carles Munyoz

    Pls help <3

    Hi ukro, It seems a problem with the database creation process. What is your Linux distribution? Are you running FWCloud-Installer script using the root user or a user with sudo privileges? The root user requires password for access the MariaDB database engine? Is your Linux server behind a web...
  2. Carles Munyoz

    FWCloud-Websrv 1.0.3 released

    We have released a new version of FWCloud-Websrv, the web server module provided with a FWCloud installation. This is a maintenance release for solve a bug as you can see in the Changelog file: ## [1.0.3] - 2021-01-25 ### Fixed - Verify that in the proxy `on error` event handler the...
  3. Carles Munyoz

    [SOLVED] Install Ubuntu 20.04

    Hi Leo, Ok, don't worry, thank you very much for the feedback. Best regards.
  4. Carles Munyoz

    [SOLVED] Install Ubuntu 20.04

    I have been testing the FWCloud-Installer script and it goes fine in a fresh Ubuntu 20.04 server with latest updates applied. Even if I install MySQL server before running the installation script all goes fine. I know that you have already solved your installation problems and now your FWCloud...
  5. Carles Munyoz

    [SOLVED] Install Ubuntu 20.04

    Ok, I have been checking the code in the indicated lines: 712 MYSQL_CMD="`which mysql` -u root" 713 OUT=`echo "show databases" | $MYSQL_CMD 2>&1` I guess the problem is due that in your server it is not possible for a sudo user to access the MySQL database without password, is it correct...
  6. Carles Munyoz

    [SOLVED] Install Ubuntu 20.04

    Hi Leo, By default the installation script installs MariaDB, but FWCloud is totally compatible with MySQL too. In fact, several of our programmers use MySQL for their FWCloud development platforms. We are going to test again the installation script over Ubuntu 20.04 using MySQL in order to...
  7. Carles Munyoz

    FWCloud-Websrv 1.0.2 released

    We have released a new version of FWCloud-Websrv, the web server module provided with a FWCloud installation. This is a maintenance release for solve some minor bugs and npm modules security advisories as you can see in the Changelog file: ## [1.0.2] - 2021-01-15 ### Added - Log fatal startup...
  8. Carles Munyoz

    Usage question

    Yes, you are right. Thank you very much for your comments, we are doing our best for make FWCloud a great product day by day. If you have further questions, don't hesitate to ask them.
  9. Carles Munyoz

    Usage question

    Hi Ukro, Thank you very much for your interest in FWCloud. If you want to have an easy and centralized firewall/VPN management solution for multiple cloud VPS, FWCloud is a great tool for that. Regarding fwbuilder, it is a discontinued project. As you can see in its main website, there hasn't...
  10. Carles Munyoz

    [SOLVED] iptable-save format ?

    Hi RuneT, We are now working in this feature for iptables-save export and import. It can simplify migrations from FWBuilder managed firewalls and script based policy to FWCloud. If you have any suggestion or commentary, it will be appreciated! Thank you very much.
  11. Carles Munyoz

    Updated install documentation

    We have updated the install section of the FWCloud documentation present in the website FWCloud.net. This update includes information about: FWCloud-Websrv service. FWCloud-Updater service. New structure of services for a typical FWCloud server. Migrate from the old directory structure to the...
  12. Carles Munyoz

    Modified install directory structure

    We have made some changes to the directory structure of a typical FWCloud installation. This is the old FWCloud directory structure: /opt/fwcloud-api /opt/fwcloud-ui The old FWCloud-API service was compound of two combined services, the API itself and an Express based web server for FWCloud-UI...
  13. Carles Munyoz

    FWCloud updates using FWCloud-UI

    We are pleased to announce the launch of a new FWCloud release whose main improvement is the possibility of carry out updates from the user interface. This new release introduces some structural changes too. Two new modules (FWCloud-Websrv and FWCloud-Updater) have been added. FWCloud-Websrv...
  14. Carles Munyoz

    [SOLVED] iptable-save format ?

    Hi RuneT, Yes, it will, we have added it to our roadmap. Best regards.
  15. Carles Munyoz

    New FWCloud-Installer version

    A new FWCloud-Installer version has been released. This new version adds HTTP proxy support for system packages download and NodeJS modules installation. It is available in our FWCloud.net downloads section: https://fwcloud.net/en/downloads/
  16. Carles Munyoz

    [SOLVED] Installation problems with proxy on debian 10

    We have already modified FWCloud installer and added HTTP proxy support. The new version is now available in FWCloud.net downloads section: https://fwcloud.net/en/downloads/
  17. Carles Munyoz

    [SOLVED] Installation problems with proxy on debian 10

    Hi Raul, Thank you very much for sharing your problem and solution with us. The problem is that when the scripts runs the npm install command for obtain all the NodeJS required modules, it needs to know about the proxy. For this we must use the next commands before running the npm install, but...
  18. Carles Munyoz

    Import from fwbuilder or IPTables

    Hello Alasdair, It is not possible at this moment because the internal operation and data structures existing in FWCloud is quite different from the one used by FWBuilder. For example, in FWBuilder all data is stored in an unique XML file and in FWCloud we use a relational database, in FWCloud...
  19. Carles Munyoz

    FWCloud Forum online!

    We are proud to announce the launch of FWCloud Forum. Formally a forum is defined as: "A meeting or medium where ideas and views on a particular issue can be exchanged." The particular topic for the FWCloud Forum is FWCloud.net, an open source product that allows centralized management of...
Top