Setting up the 1C-Bitrix control panel

Our company is engaged in the development, support and maintenance of Bitrix and Bitrix24 solutions of any complexity. From simple one-page sites to complex online stores, CRM systems with 1C and telephony integration. The experience of developers is confirmed by certificates from the vendor.
Our competencies:
Development stages
Latest works
  • image_website-b2b-advance_0.png
    B2B ADVANCE company website development
    1175
  • image_bitrix-bitrix-24-1c_fixper_448_0.png
    Website development for FIXPER company
    811
  • image_bitrix-bitrix-24-1c_development_of_an_online_appointment_booking_widget_for_a_medical_center_594_0.webp
    Development based on Bitrix, Bitrix24, 1C for the company Development of an Online Appointment Booking Widget for a Medical Center
    564
  • image_bitrix-bitrix-24-1c_mirsanbel_458_0.webp
    Development based on 1C Enterprise for MIRSANBEL
    747
  • image_crm_dolbimby_434_0.webp
    Website development on CRM Bitrix24 for DOLBIMBY
    655
  • image_crm_technotorgcomplex_453_0.webp
    Development based on Bitrix24 for the company TECHNOTORGKOMPLEKS
    976

1C-Bitrix Admin Panel Configuration

The standard Bitrix admin panel after installation is configured "for everyone"—the administrator sees all modules, the news editor sees the same menu items as the system administrator. This creates confusion and risks accidentally changing critical settings. Proper panel setup means access control, desktop configuration, and disabling unnecessary items.

Roles and Admin Panel Access Rights

In Bitrix, admin interface rights are set via user groups and module rights. Each module defines its access levels. Configuration: Settings → User Groups → [Group] → Module Rights.

Typical configuration for content editor: access to iblock module (infoblocks)—"Editor" level, to main module—profile only, to sale module—no access. Editor logs into /bitrix/admin/ and sees only "Content" section with infoblocks—nothing extra.

Subtlety: infoblock rights are configured separately from module rights. In each infoblock settings (/bitrix/admin/iblock_edit.php)—"Access Rights" tab. Even if group has iblock module access, specific infoblock can be closed from editing.

Administrator Desktop

Desktop (/bitrix/admin/index.php) configured individually per user. Standard widgets: visit statistics, recent orders, system events, tasks. Remove unnecessary, add useful. For store manager—"New Orders" and "Warehouse Inventory" widgets. For SEO specialist—search statistics.

Front-end Admin Panel Configuration

On the frontend, authorized administrators see the administrative panel (toolbar) with edit buttons. Its behavior configured in Settings → Main Module → Panel Settings:

  • Which groups see panel on frontend
  • Display mode (horizontal / hidden)
  • Panel buttons (edit page, go to admin, clear cache)

On production site, important: panel should be visible only to authorized staff, not anonymous users. Obvious, but sometimes "All Users" group accidentally gets access.

Admin Panel Menu Configuration

Menu items in /bitrix/admin/ controlled via module menu files. Custom items added to local/php_interface/include/admin_menu_custom.php—without core edits. Unused sections hidden via module access rights, not by menu deletion.

Admin panel configuration for specific roles and company workflows: 1-3 days.